Skip to content

Commit

Permalink
loosen pycodestyle
Browse files Browse the repository at this point in the history
fix flake8 unresolvable dependency issue
  • Loading branch information
Kilo59 authored and Pierre-Sassoulas committed Aug 27, 2021
1 parent afd94d9 commit 95c6835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pyyaml",
"mccabe>=0.5.0",
"pyflakes<2.3.0,>=2.2.0",
"pycodestyle<2.7.0,>=2.6.0",
"pycodestyle<2.9.0,>=2.6.0",
"pep8-naming>=0.3.3,<=0.10.0",
"pydocstyle>=2.0.0",
"pylint<3,>=2.8.3",
Expand Down

0 comments on commit 95c6835

Please sign in to comment.