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.
2020-09-05 11:02:27 +03:00
flake8==3.8.3
flake8-tidy-imports==4.1.0
2020-09-05 11:02:27 +03:00
pycodestyle==2.6.0
2015-06-25 23:58:24 +03:00
# Sort and lint imports
2020-08-17 23:26:56 +03:00
isort==5.4.2