Skip to content

Commit 0a1a1c6

Browse files
authored
Update pylint command to include init-hook
1 parent 1e1b45f commit 0a1a1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uv pip install pylint
2323
- name: Analysing the code with pylint
2424
run: |
25-
uv run pylint $(git ls-files '*.py')
25+
uv run pylint --init-hook="import sys; sys.path.append('src')" $(git ls-files '*.py')

0 commit comments

Comments
 (0)