diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0a6c406..b633e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest = "^7.1.3" pytest-cov = "^4.0.0" isort = "^5.10.1" typing-extensions = "^4.4.0" -pyright = "^1.1.292" +pyright = "^1.1.317" [tool.pylint.main] ignored-modules = ["weechat"] |