Skip to content

Commit

Permalink
fix: only format check src and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Mar 29, 2024
1 parent d75d0ec commit 4505dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install -e .[test,dev]
- name: Linter
run: |
black --check .
black --check src tests
ruff .
- name: Test
run: |
Expand Down

0 comments on commit 4505dab

Please sign in to comment.