tweetdelete/pylama.ini

12 lines
211 B
INI
Raw Permalink Normal View History

2021-02-08 09:23:51 +01:00
[pylama]
format = pylint
2021-03-01 07:55:57 +01:00
linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint
2021-02-08 09:23:51 +01:00
ignore = D203
skip=.env/*
[pylama:pycodestyle]
max_line_length = 120
[pylama:pylint]
max_line_length = 120