django-rest-framework/requirements/requirements-codestyle.txt
2019-10-22 11:18:51 -07:00

8 lines
149 B
Plaintext

# PEP8 code linting, which we run on all commits.
flake8==3.7.8
flake8-tidy-imports==3.0.0
pycodestyle==2.5.0
# Sort and lint imports
isort==4.3.21