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

Fix pylint no-member

parent a6fd5ebe
No related branches found
No related tags found
1 merge request!131WIP: Fix linting
......@@ -6,3 +6,5 @@ preview = true
disable = ["invalid-name", "import-error", "logging-fstring-interpolation", "unused-argument", "broad-except"]
[tool.pylint.format]
max-line-length = 79
[tool.pylint.TYPECHECK]
generated-members = "sh"
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