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

Ignore config.py and tests.py in pylint

We are currently not using these two files, ignore it until we start
using it.
parent a838bf8d
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,6 @@ target-version = ['py36'] ...@@ -4,5 +4,6 @@ target-version = ['py36']
preview = true preview = true
[tool.pylint.main] [tool.pylint.main]
disable = ["invalid-name", "import-error", "unused-argument", "broad-except"] disable = ["invalid-name", "import-error", "unused-argument", "broad-except"]
ignore = ["config.py", "tests.py"]
[tool.pylint.format] [tool.pylint.format]
max-line-length = 79 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