3
0
Fork 0
wuttjamaican/.pylintrc

10 lines
218 B
INI
Raw Normal View History

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=dangerous-default-value,
inconsistent-return-statements,
redefined-argument-from-local,
2025-08-30 15:56:27 -05:00
unspecified-encoding,
unused-import,