1 parent 1e1b45f commit 0a1a1c6Copy full SHA for 0a1a1c6
1 file changed
.github/workflows/pylint.yml
@@ -22,4 +22,4 @@ jobs:
22
uv pip install pylint
23
- name: Analysing the code with pylint
24
run: |
25
- uv run pylint $(git ls-files '*.py')
+ uv run pylint --init-hook="import sys; sys.path.append('src')" $(git ls-files '*.py')
0 commit comments