mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
Module rewrite, rewritten terminal tool
This commit is contained in:
18
.pylintrc
Normal file
18
.pylintrc
Normal file
@@ -0,0 +1,18 @@
|
||||
[TYPECHECK]
|
||||
ignored-classes=Events
|
||||
|
||||
[MASTER]
|
||||
disable=missing-docstring,
|
||||
invalid-name,
|
||||
line-too-long,
|
||||
bad-continuation,
|
||||
consider-using-enumerate,
|
||||
trailing-whitespace,
|
||||
wrong-import-order,
|
||||
subprocess-run-check,
|
||||
singleton-comparison,
|
||||
attribute-defined-outside-init,
|
||||
fixme,
|
||||
redefined-outer-name,
|
||||
multiple-statements,
|
||||
bare-except
|
||||
Reference in New Issue
Block a user