Skip to content
Snippets Groups Projects
Verified Commit 8c8cd69a authored by Tomas Krizek's avatar Tomas Krizek
Browse files

pylint: enable additional checks

parent 5c9d7f8d
No related merge requests found
......@@ -5,15 +5,12 @@ disable=
too-few-public-methods,
too-many-arguments,
too-many-locals,
too-many-return-statements,
too-many-branches,
too-many-instance-attributes,
fixme,
unused-import, # checked by flake8
line-too-long, # checked by flake8
invalid-name,
broad-except,
bad-continuation,
global-statement,
no-else-return,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment