Skip to content

Commit 9864bef

Browse files
committed
ci: Check sources only
1 parent d2dad46 commit 9864bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Run mypy
3636
run: |
3737
source .venv/bin/activate
38-
mypy .
38+
mypy src tests
3939
- name: Run ruff
4040
run: |
4141
source .venv/bin/activate
42-
ruff check . --output-format=full --show-fixes --ignore FIX
42+
ruff check src tests --output-format=full --show-fixes --ignore FIX
4343
- name: Run unittest
4444
run: |
4545
source .venv/bin/activate

0 commit comments

Comments
 (0)