Skip to content

Commit ba67a83

Browse files
committed
??? add pylint
1 parent fe25390 commit ba67a83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ reports = true
5757

5858
[tool.pylint.'MESSAGES CONTROL']
5959
disable = [
60+
'C0103', # Variable name doesn't conform to snake_case naming style (invalid-name)
6061
'C0116', # Missing function or method docstring (missing-function-docstring)
6162
'C0302', # Too many lines in module (too-many-lines)
6263
'R0902', # Too many instance attributes (too-many-instance-attributes)

0 commit comments

Comments
 (0)