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

Disable pylint import-error

It's complain about mail_config which we add from different repo
I think we can safely disable it
parent 63e3df8d
No related branches found
No related tags found
1 merge request!131WIP: Fix linting
......@@ -3,6 +3,6 @@ line-length = 79
target-version = ['py36']
preview = true
[tool.pylint.main]
disable = ["invalid-name", "logging-fstring-interpolation", "unused-argument"]
disable = ["invalid-name", "import-error", "logging-fstring-interpolation", "unused-argument"]
[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