django-rest-framework/requirements/requirements-codestyle.txt
2020-08-17 13:26:56 -07:00

8 lines
148 B
Plaintext

# PEP8 code linting, which we run on all commits.
flake8==3.7.9
flake8-tidy-imports==4.1.0
pycodestyle==2.5.0
# Sort and lint imports
isort==5.4.2