summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-19 14:15:33 +0100
committerGitHub <noreply@github.com>2021-07-19 14:15:33 +0100
commit83af8e84767eca95e96f37d7c26d834cedf1286d (patch)
tree8735060fe4f594851b922992ba907c4397918eef /requirements-dev.txt
parent0a812599385d424a48dde80b56b9978777664550 (diff)
downloadgitpython-83af8e84767eca95e96f37d7c26d834cedf1286d.tar.gz
Update requirements-dev.txt
Add comment and more local libs
Diffstat (limited to 'requirements-dev.txt')
-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