little changes in pylama.ini
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
mitsuha_s 2022-07-08 20:59:52 +00:00
parent 2caa1e0618
commit 25af6c2176

View file

@ -3,7 +3,7 @@
format = pylint format = pylint
skip = .venv/* skip = .venv/*
linters = pyflakes,pylint,pycodestyle linters = pyflakes,pylint,pycodestyle
ignore = F0401,C0114,R0903 ignore = F0401,C0114,R0903,C0115,C0116,W0511
[pylama:pylint] [pylama:pylint]
max_line_length = 120 max_line_length = 120