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

8 lines
148 B
Plaintext
Raw Normal View History

# PEP8 code linting, which we run on all commits.
2017-11-25 06:38:07 +03:00
flake8==3.5.0
flake8-tidy-imports==1.1.0
2017-11-25 06:38:07 +03:00
pycodestyle==2.3.1
2015-06-25 23:58:24 +03:00
# Sort and lint imports
isort==4.3.3