Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
matjam committed Jan 12, 2024
1 parent 17ebcb4 commit ea94df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
run: isort --check-only -p savage -p tests .

- name: Check black formatting
run: black --check --exclude=$(VENV_DIR) --line-length=100 .
run: black --check --line-length=100 src tests

0 comments on commit ea94df8

Please sign in to comment.