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
No related branches found
No related tags found
1 merge request!131WIP: Fix linting
......@@ -9,4 +9,4 @@ max-line-length = 79
[tool.pylint.TYPECHECK]
generated-members = "sh"
[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