3
0
Fork 0
wuttjamaican/.pylintrc

16 lines
418 B
INI

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
bare-except,
broad-exception-caught,
dangerous-default-value,
inconsistent-return-statements,
invalid-name,
redefined-argument-from-local,
too-few-public-methods,
trailing-whitespace,
unspecified-encoding,
unused-argument,
unused-import,