Skip to content
Snippets Groups Projects
Commit 8ef8a8e6 authored by Moul's avatar Moul
Browse files

[mod] Add pylint rules into pyproject.toml

- Do not keep jobs conf, it seems to use all CPU cores without it
parent 59091e4b
No related branches found
No related tags found
No related merge requests found
......@@ -40,3 +40,7 @@ mypy = "^0.730"
pylint = "^2.4.2"
sphinx = "^3.0.2"
sphinx_rtd_theme = "^0.4.3"
[tool.pylint.messages_control]
disable = "C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613"
enable = "C0121,C0202,C0321"
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