pscaffold/pylama.ini

15 lines
251 B
INI
Raw Normal View History

2021-02-12 06:55:35 +01:00
[pylama]
format = pylint
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort
ignore = D203,C0103
skip=.env/*
[pylama:pycodestyle]
max_line_length = 120
[pylama:pep8]
max_line_length = 120
[pylama:pylint]
max_line_length = 120