aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-01-28 22:34:37 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:53 +0100
commit1ee0b710fd3be47ef0a183c3fe41a76967293a9d (patch)
tree0d63217187fa43ef69dec1f08774d2adfed9665b /pyproject.toml
parent1e9514f4f138249823cf47429c03c93fd9d4a102 (diff)
downloadwee-slack-1ee0b710fd3be47ef0a183c3fe41a76967293a9d.tar.gz
Add dev dependencies typing-extensions and pyright
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ce9df58..c3afa01 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,8 @@ black = "^22.8.0"
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
isort = "^5.10.1"
+typing-extensions = "^4.4.0"
+pyright = "^1.1.291"
[tool.pylint.main]
ignored-modules = ["weechat"]