3
0
Fork 0
wuttjamaican/.pylintrc

16 lines
389 B
INI
Raw Normal View History

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
2025-08-30 18:52:52 -05:00
bare-except,
broad-exception-caught,
dangerous-default-value,
inconsistent-return-statements,
2025-08-30 18:46:06 -05:00
invalid-name,
redefined-argument-from-local,
too-few-public-methods,
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,