GalaxyCogs/.pylintrc
SeaswimmerTheFsh ce3da3c91b
Some checks failed
Pylint / Pylint (push) Failing after 1m9s
misc(pylint): added arguments-differ rule to pylint ignore
2023-09-24 20:22:23 -04:00

14 lines
327 B
INI

[MESSAGES CONTROL]
disable=
missing-module-docstring,
missing-function-docstring,
missing-class-docstring,
line-too-long,
too-many-arguments,
too-many-branches,
superfluous-parens,
invalid-name,
too-many-locals,
too-many-public-methods,
too-many-statements,
arguments-differ