Skip to content

Commit a84ff44

Browse files
committed
Add pyright, pydocstyle and types-requests as dev dependencies
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 69edc37 commit a84ff44

File tree

3 files changed

+214
-62
lines changed

3 files changed

+214
-62
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ dev = [
2121
"bs4>=0.0.1",
2222
"mypy",
2323
"flake8",
24+
"pydocstyle",
25+
"pyright",
2426
"pyyaml>=6.0",
27+
"types-requests",
2528
"typing-extensions",
2629
]
2730

requirements/dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ flake8
55
PyYAML>=6.0
66
mypy
77
typing_extensions
8+
pyright
9+
types-requests
810
-r base.txt

0 commit comments

Comments
 (0)