diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 07:55:40 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 07:55:40 +0800 |
| commit | d8bcb80f765052a072a76a22cb6f885158922984 (patch) | |
| tree | 50448375267b27e8290ac208e813292ff1a43480 /requirements-dev.txt | |
| parent | b4b238057e7913c93245b484bdd50131dafd71f3 (diff) | |
| download | gitpython-d8bcb80f765052a072a76a22cb6f885158922984.tar.gz | |
improve compatibility of flake8 with black
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
|
