nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

Fix pycodestyle dependency problem #115

Closed lqez closed 6 years ago

lqez commented 6 years ago

flake8 needs pycodestyle < 2.4.0, but setup.py only declare the version of flake8. Thus, tox tries to build with the latest pycodestyle == 2.4.0 and fails.