We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a81259 commit 83af8e8Copy full SHA for 83af8e8
requirements-dev.txt
@@ -1,7 +1,17 @@
1
-r requirements.txt
2
-r test-requirements.txt
3
4
-pytest
5
-pytest-cov
+# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
+
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
15
pytest-sugar
16
pytest-icdiff
17
+# pytest-profiling
0 commit comments