Skip to content

Commit a2c0451

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ 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
77-
python3.10 -m mypy .
77+
python3.10 -m mypy src tests
7878
7979
docs:
8080
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)