Skip to content

Commit

Permalink
scripts/check: Add checks to execute pre commit
Browse files Browse the repository at this point in the history
This script is possble to be called pre-commit for check the files
before commit

Signed-off-by: Arisu Tachibana <[email protected]>
  • Loading branch information
aliceinwire committed Sep 25, 2024
1 parent 7130af3 commit 0e2b378
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 0e2b378

Please sign in to comment.