mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 07:52:20 +01:00
fix all pylint complaints
This commit is contained in:
12
pylintrc
12
pylintrc
@ -139,7 +139,17 @@ disable=missing-docstring,
|
||||
xreadlines-attribute,
|
||||
deprecated-sys-function,
|
||||
exception-escape,
|
||||
comprehension-escape
|
||||
comprehension-escape,
|
||||
# Extra added specifically for this project
|
||||
access-member-before-definition,
|
||||
arguments-differ,
|
||||
attribute-defined-outside-init,
|
||||
cell-var-from-loop,
|
||||
duplicate-code,
|
||||
invalid-name,
|
||||
missing-format-attribute,
|
||||
too-few-public-methods,
|
||||
unused-argument,
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
# either give multiple identifier separated by comma (,) or put this option
|
||||
|
||||
Reference in New Issue
Block a user