Skip to content

Commit

Permalink
Merge pull request #128 from kjsanger/bugfix/black-paths
Browse files Browse the repository at this point in the history
Fix black paths to avoid checking unwanted files
  • Loading branch information
kjsanger authored Sep 15, 2023
2 parents bb2b1e8 + 60c9a1b commit 161b58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: "Check code formatting [Black]"
run: |
black --check --diff --quiet .
black --check --diff ./src ./tests
- name: "Run tests"
env:
Expand Down

0 comments on commit 161b58a

Please sign in to comment.