diff options
| author | Dominic <yobmod@gmail.com> | 2021-08-02 15:22:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 15:22:05 +0100 |
| commit | d8a639865d02a6bb3f93a233d3caa928d18bc622 (patch) | |
| tree | 8509522ef70519abdb94b2d8ab971222403b8948 | |
| parent | 05825dcaaf6bf3de7d7e2bc595ad6dcb145f11e8 (diff) | |
| parent | 36dedddd5efdd162fbbd036a7ac5cbe6541322a1 (diff) | |
| download | gitpython-d8a639865d02a6bb3f93a233d3caa928d18bc622.tar.gz | |
Merge pull request #1309 from kasium/flake8-typing-imports
Add flake8-typing-imports
| -rw-r--r-- | .flake8 | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -31,3 +31,5 @@ exclude = .tox,.venv,build,dist,doc,git/ext/,test rst-roles = # for flake8-RST-docstrings attr,class,func,meth,mod,obj,ref,term,var # used by sphinx + +min-python-version = 3.7.0 diff --git a/test-requirements.txt b/test-requirements.txt index eeee1811..deaafe21 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,6 +4,7 @@ mypy flake8 flake8-bugbear flake8-comprehensions +flake8-typing-imports virtualenv |
