Skip to content
Snippets Groups Projects
Commit b5507335 authored by Moul's avatar Moul
Browse files
parent 22bd441d
No related branches found
No related tags found
No related merge requests found
Pipeline #9327 failed
...@@ -15,7 +15,9 @@ ignore-patterns= ...@@ -15,7 +15,9 @@ ignore-patterns=
# Python code to execute, usually for sys.path manipulation such as # Python code to execute, usually for sys.path manipulation such as
# pygtk.require(). # pygtk.require().
#init-hook= # 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
init-hook='import sys; sys.path.append("/builds/clients/python/duniterpy/.venv")'
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use. # number of processors available to use.
......
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