3
0
Fork 0
wuttjamaican/.pylintrc

26 lines
683 B
INI
Raw Normal View History

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
assignment-from-no-return,
assignment-from-none,
2025-08-30 18:52:52 -05:00
bare-except,
broad-exception-caught,
consider-using-f-string,
consider-using-set-comprehension,
2025-08-30 19:34:10 -05:00
cyclic-import,
dangerous-default-value,
2025-08-30 18:57:27 -05:00
disallowed-name,
2025-08-30 19:03:22 -05:00
empty-docstring,
inconsistent-return-statements,
2025-08-30 18:46:06 -05:00
invalid-name,
2025-08-30 19:11:01 -05:00
no-else-return,
redefined-argument-from-local,
too-few-public-methods,
trailing-whitespace,
2025-08-30 15:56:27 -05:00
unspecified-encoding,
2025-08-30 17:10:14 -05:00
unused-argument,
2025-08-30 15:56:27 -05:00
unused-import,
wrong-import-order,