django-rest-framework/requirements/requirements-codestyle.txt

8 lines
149 B
Plaintext
Raw Normal View History

# PEP8 code linting, which we run on all commits.
2019-10-22 21:18:51 +03:00
flake8==3.7.8
flake8-tidy-imports==3.0.0
pycodestyle==2.5.0
2015-06-25 23:58:24 +03:00
# Sort and lint imports
2019-10-22 21:18:51 +03:00
isort==4.3.21