You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with flake8>=3.5.0 and autopep8>=1.3.5, pycodestyle should resolve to
2.3.1. Instead, it resolves to 2.4.0 when you use `pip install -r
requirements_dev.txt`. But, when you use `pip install 'flake8>=3.5.0'
'autopep8>=1.3.5'`, the correct resolution of 2.3.1 occurs. No idea what
is going on.
0 commit comments