mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 13:16:55 +03:00
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
# PEP8 code linting, which we run on all commits.
|
|
flake8==2.4.0
|
|
flake8-tidy-imports==1.1.0
|
|
pep8==1.5.7
|
|
|
|
# Sort and lint imports
|
|
isort==4.2.5
|