2015-02-17 15:46:55 +03:00
|
|
|
# PEP8 code linting, which we run on all commits.
|
2019-10-22 21:18:51 +03:00
|
|
|
flake8==3.7.8
|
|
|
|
flake8-tidy-imports==3.0.0
|
|
|
|
pycodestyle==2.5.0
|
2015-06-25 23:58:24 +03:00
|
|
|
|
|
|
|
# Sort and lint imports
|
2019-10-22 21:18:51 +03:00
|
|
|
isort==4.3.21
|