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

Update pyproject.toml

Add message to be ignored
parent be2eca2e
No related branches found
No related tags found
1 merge request!35Add linting tools configuration
......@@ -2,5 +2,7 @@
line-length = 79
target-version = ['py36']
preview = true
[tool.pylint.main]
disable = ["import-error", "unused-argument", "dangerous-default-value", "broad-except"]
[tool.pylint.format]
max-line-length = 79
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