diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 08:17:32 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 08:17:32 +0800 |
| commit | 38e9a18b976b2b7e3b3cd0fcd5b037573823d7c2 (patch) | |
| tree | 8ac0bc1540650cf3befff11735e1421de372fa92 /requirements-dev.txt | |
| parent | b30720ee4d9762a03eae4fa7cfa4b0190d81784d (diff) | |
| parent | 43c00af7e542911cce638cfab49c6a6dc9349e55 (diff) | |
| download | gitpython-38e9a18b976b2b7e3b3cd0fcd5b037573823d7c2.tar.gz | |
Merge branch 'black-fmt'
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index f3aad629..bacde349 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,12 +4,8 @@ # libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
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
+black
-# pytest-flake8
pytest-icdiff
# pytest-profiling
|
