Update code style requirements

This commit is contained in:
Ryan P Kilby 2019-10-22 10:25:30 -07:00
parent 43397a81ae
commit b6fb3c38c1

View File

@ -1,7 +1,7 @@
# PEP8 code linting, which we run on all commits.
flake8==3.5.0
flake8-tidy-imports==1.1.0
pycodestyle==2.3.1
flake8==3.7.8
flake8-tidy-imports==3.0.0
pycodestyle==2.5.0
# Sort and lint imports
isort==4.3.3
isort==4.3.21