Skip to content

Commit

Permalink
format bug
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Feb 9, 2024
1 parent 320c524 commit b8bcc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup: ./.git/hooks/pre-commit
${python} -m pre_commit install

format:
${python} pre_commit run --all-files
${python} -m pre_commit run --all-files

test:
${python} -m pytest -rs \
Expand Down

0 comments on commit b8bcc96

Please sign in to comment.