django-rest-framework/requirements/requirements-codestyle.txt
2017-11-25 21:04:07 -05:00

8 lines
149 B
Plaintext

# PEP8 code linting, which we run on all commits.
flake8==3.5.0
flake8-tidy-imports==1.1.0
pycodestyle==2.3.1
# Sort and lint imports
isort==4.2.15