3
0
Fork 0
wuttjamaican/.pylintrc

23 lines
618 B
INI

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
assignment-from-no-return,
assignment-from-none,
bare-except,
broad-exception-caught,
consider-using-f-string,
dangerous-default-value,
disallowed-name,
empty-docstring,
inconsistent-return-statements,
invalid-name,
no-else-return,
redefined-argument-from-local,
too-few-public-methods,
trailing-whitespace,
unspecified-encoding,
unused-argument,
unused-import,
wrong-import-order,