Enable several flake8 checkers

Former-commit-id: 480806b105
This commit is contained in:
Marco Castelluccio 2018-09-21 16:45:04 +02:00
Родитель f2ca673db4
Коммит 0c82a1bae0
3 изменённых файлов: 10 добавлений и 1 удалений

2
.isort.cfg Normal file
Просмотреть файл

@ -0,0 +1,2 @@
[settings]
force_single_line=True

Просмотреть файл

@ -1,6 +1,6 @@
[flake8]
# no need to traverse these directories
exclude = data
exclude = .git,__pycache__,data,tools
# ignore line limit error
ignore = E501

7
test-requirements.txt Normal file
Просмотреть файл

@ -0,0 +1,7 @@
flake8==3.5.0
flake8-isort==2.5
flake8-quotes==1.0.0
flake8-coding==1.3.0
flake8-copyright==0.2.0
flake8-debugger==3.1.0
flake8-mypy==17.8.0