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 19:05:40 -05:00
|
|
|
assignment-from-no-return,
|
2025-08-30 19:07:41 -05:00
|
|
|
assignment-from-none,
|
2025-08-30 18:52:52 -05:00
|
|
|
bare-except,
|
2025-08-30 18:54:30 -05:00
|
|
|
broad-exception-caught,
|
2025-08-30 19:29:52 -05:00
|
|
|
consider-using-f-string,
|
2025-08-30 19:45:15 -05:00
|
|
|
consider-using-dict-comprehension,
|
2025-08-30 19:38:57 -05:00
|
|
|
consider-using-set-comprehension,
|
2025-08-30 19:34:10 -05:00
|
|
|
cyclic-import,
|
2025-08-30 16:53:39 -05:00
|
|
|
dangerous-default-value,
|
2025-08-30 18:57:27 -05:00
|
|
|
disallowed-name,
|
2025-08-30 19:03:22 -05:00
|
|
|
empty-docstring,
|
2025-08-30 16:36:52 -05:00
|
|
|
inconsistent-return-statements,
|
2025-08-30 18:46:06 -05:00
|
|
|
invalid-name,
|
2025-08-30 19:11:01 -05:00
|
|
|
no-else-return,
|
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 18:56:04 -05:00
|
|
|
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,
|
2025-08-30 19:12:54 -05:00
|
|
|
wrong-import-order,
|