mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-14 05:36:50 +03:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
# PEP8 code linting, which we run on all commits.
|
|
flake8==3.8.3
|
|
flake8-tidy-imports==4.1.0
|
|
pycodestyle==2.6.0
|
|
|
|
# Sort and lint imports
|
|
isort==5.4.2
|