2025-08-30 15:46:42 -05:00
|
|
|
# -*- mode: conf; -*-
|
|
|
|
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=all
|
2025-08-30 16:53:39 -05:00
|
|
|
enable=anomalous-backslash-in-string,
|
2025-08-30 18:52:52 -05:00
|
|
|
bare-except,
|
2025-08-30 16:53:39 -05:00
|
|
|
dangerous-default-value,
|
2025-08-30 16:36:52 -05:00
|
|
|
inconsistent-return-statements,
|
2025-08-30 18:46:06 -05:00
|
|
|
invalid-name,
|
2025-08-30 16:06:04 -05:00
|
|
|
redefined-argument-from-local,
|
2025-08-30 18:50:56 -05:00
|
|
|
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,
|