Update codestyle requirements

Fixes a Python 3.8 compat issue with flake8
This commit is contained in:
Ryan P Kilby 2019-10-22 09:34:38 -07:00 committed by GitHub
parent b8bae9719a
commit 90ad36c123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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