summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements-dev.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 6644bacd..0ece0a65 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,7 +1,17 @@
-r requirements.txt
-r test-requirements.txt
-pytest
-pytest-cov
+# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
+
+flake8-bugbear
+flake8-comprehensions
+flake8-type-checking;python_version>="3.8" # checks for TYPE_CHECKING only imports
+# flake8-annotations # checks for presence of type annotations
+# flake8-rst-docstrings # checks docstrings are valid RST
+# flake8-builtins # warns about shadowing builtin names
+# flake8-pytest-style
+
+# pytest-flake8
pytest-sugar
pytest-icdiff
+# pytest-profiling