mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Some lint / mypy fixes
This commit is contained in:
parent
03ea38df16
commit
3127d213f6
14 changed files with 63 additions and 38 deletions
1
setup.py
1
setup.py
|
|
@ -27,6 +27,7 @@ requires = [
|
|||
|
||||
extras_require = {
|
||||
":python_version<'3.4'": ['enum34'],
|
||||
":python_version<'3.5'": ['typing'],
|
||||
":python_version<'3.2'": ['configparser'],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue