Skip to content
Snippets Groups Projects
Commit 88d96392 authored by Moul's avatar Moul
Browse files

comment pylint config from pyproject

parent b5507335
No related branches found
No related tags found
No related merge requests found
Pipeline #9330 failed
...@@ -41,11 +41,11 @@ pylint = "^2.4.2" ...@@ -41,11 +41,11 @@ pylint = "^2.4.2"
sphinx = "^3.0.2" sphinx = "^3.0.2"
sphinx_rtd_theme = "^0.4.3" sphinx_rtd_theme = "^0.4.3"
# Trick for pylint CI job to not stumble upon E0401 and E1101 import issues ## Trick for pylint CI job to not stumble upon E0401 and E1101 import issues
# This is the path of Poetry virtualenv in order to found the dependencies ## This is the path of Poetry virtualenv in order to found the dependencies
[tool.pylint.master] #[tool.pylint.master]
init-hook = "import sys; sys.path.append('/builds/clients/python/duniterpy/.venv')" #init-hook = "import sys; sys.path.append('/builds/clients/python/duniterpy/.venv')"
#
#[tool.pylint.messages_control] ##[tool.pylint.messages_control]
disable = "C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613" #disable = "C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613"
enable = "C0121,C0202,C0321" #enable = "C0121,C0202,C0321"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment