Skip to content

Commit

Permalink
Update calldwell/scripts/check_code.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Demski (Glamhoth) <Glamhoth@users.noreply.github.com>
  • Loading branch information
SteelPh0enix and Glamhoth authored Aug 25, 2023
1 parent 4845a07 commit 0b18619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion calldwell/scripts/check_code.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
#!/bin/bash

set -euo pipefail

poetry run isort --check ./*.py
poetry run black --check ./*.py
poetry run flake8 ./*.py
Expand Down

0 comments on commit 0b18619

Please sign in to comment.