Skip to content
Snippets Groups Projects
Commit 1dadaddf authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fix pylint too-many-instance-attributes

parent dd2d020f
Branches main
No related tags found
1 merge request!131WIP: Fix linting
...@@ -9,4 +9,4 @@ max-line-length = 79 ...@@ -9,4 +9,4 @@ max-line-length = 79
[tool.pylint.TYPECHECK] [tool.pylint.TYPECHECK]
generated-members = "sh" generated-members = "sh"
[tool.pylint.DESIGN] [tool.pylint.DESIGN]
max-attributes = 12 max-attributes = 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment