#7 Some pylama tweaks.

This commit is contained in:
Alexey Skobkin 2022-05-02 18:11:20 +03:00
parent aaaed01f9d
commit 5628f9a396
1 changed files with 1 additions and 1 deletions

View File

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