mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
Update codestyle requirements
Fixes a Python 3.8 compat issue with flake8
This commit is contained in:
parent
b8bae9719a
commit
90ad36c123
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user