Skip to content

Commit 5d41157

Browse files
committed
feat: Update CI to only lint src and tests
1 parent c6d4bf3 commit 5d41157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Lint with pylint
7171
run: |
7272
source venv/bin/activate
73-
python3.10 -m pylint $(git ls-files '*.py')
73+
python3.10 -m pylint src tests
7474
- name: Lint with mypy
7575
run: |
7676
source venv/bin/activate

0 commit comments

Comments
 (0)