3
0
Fork 0
wuttjamaican/.pylintrc

13 lines
304 B
INI
Raw Normal View History

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