We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a63548 commit 2b41d35Copy full SHA for 2b41d35
1 file changed
pyproject.toml
@@ -57,6 +57,7 @@ reports = true
57
58
[tool.pylint.'MESSAGES CONTROL']
59
disable = [
60
+ 'C0103', # Variable name doesn't conform to snake_case naming style (invalid-name)
61
'C0116', # Missing function or method docstring (missing-function-docstring)
62
'C0302', # Too many lines in module (too-many-lines)
63
'R0902', # Too many instance attributes (too-many-instance-attributes)
0 commit comments