mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-05 22:31:45 +00:00
18 lines
375 B
INI
18 lines
375 B
INI
[TYPECHECK]
|
|
ignored-classes=Events
|
|
|
|
[MASTER]
|
|
disable=missing-docstring,
|
|
invalid-name,
|
|
line-too-long,
|
|
bad-continuation,
|
|
consider-using-enumerate,
|
|
trailing-whitespace,
|
|
wrong-import-order,
|
|
subprocess-run-check,
|
|
singleton-comparison,
|
|
attribute-defined-outside-init,
|
|
fixme,
|
|
redefined-outer-name,
|
|
multiple-statements,
|
|
bare-except |