We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d4bf3 commit 5d41157Copy full SHA for 5d41157
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
- name: Lint with pylint
71
run: |
72
source venv/bin/activate
73
- python3.10 -m pylint $(git ls-files '*.py')
+ python3.10 -m pylint src tests
74
- name: Lint with mypy
75
76
0 commit comments