Skip to content

Commit

Permalink
Merge pull request #16 from aliceinwire/pytest_update
Browse files Browse the repository at this point in the history
scripts/check: Add checks to execute pre commit
  • Loading branch information
aliceinwire authored Sep 25, 2024
2 parents a09dccc + 0e2b378 commit 15cf3ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

poetry run black .
poetry run isort .

0 comments on commit 15cf3ac

Please sign in to comment.