Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83af8e8

Browse files
authored
Update requirements-dev.txt
Add comment and more local libs
1 parent 0a81259 commit 83af8e8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

requirements-dev.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
-r requirements.txt
22
-r test-requirements.txt
33

4-
pytest
5-
pytest-cov
4+
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
5+
6+
flake8-bugbear
7+
flake8-comprehensions
8+
flake8-type-checking;python_version>="3.8" # checks for TYPE_CHECKING only imports
9+
# flake8-annotations # checks for presence of type annotations
10+
# flake8-rst-docstrings # checks docstrings are valid RST
11+
# flake8-builtins # warns about shadowing builtin names
12+
# flake8-pytest-style
13+
14+
# pytest-flake8
615
pytest-sugar
716
pytest-icdiff
17+
# pytest-profiling

0 commit comments

Comments
 (0)