mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-14 06:40:39 +00:00
fix legacy py27 support
This commit is contained in:
parent
2c5c577635
commit
a91b69bc32
@ -1,4 +1,5 @@
|
|||||||
pydocstyle==5.1.1
|
pydocstyle==3.0.0; python_version < "3.5"
|
||||||
|
pydocstyle; python_version >= "3.5"
|
||||||
flake8
|
flake8
|
||||||
flake8-colors
|
flake8-colors
|
||||||
flake8-blind-except
|
flake8-blind-except
|
||||||
|
Loading…
Reference in New Issue
Block a user