use a real pylama.ini
This commit is contained in:
parent
f5180334f8
commit
58fdf7b62b
1 changed files with 11 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
.pscaffold/pylama.ini
|
11
pylama.ini
Normal file
11
pylama.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[pylama]
|
||||
format = pylint
|
||||
linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint
|
||||
ignore = D203,D212
|
||||
skip=.env/*
|
||||
|
||||
[pylama:pycodestyle]
|
||||
max_line_length = 120
|
||||
|
||||
[pylama:pylint]
|
||||
max_line_length = 120
|
Loading…
Reference in a new issue