Skip to content
Snippets Groups Projects
Commit 23ce9903 authored by Moul's avatar Moul
Browse files
parent ba1d3a72
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@ ignore-patterns=
# Python code to execute, usually for sys.path manipulation such as
# 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
# number of processors available to use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment