Skip to content

Commit

Permalink
Update checks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG authored Mar 1, 2024
1 parent 988b121 commit c9df631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FOLDER='sources'

check_python_files() {
python -m ruff format "${FOLDER}" ./*.py
python -m ruff --fix "${FOLDER}" ./*.py
python -m ruff check --fix "${FOLDER}" ./*.py
python -m mypy "${FOLDER}" ./*.py
}

Expand Down

0 comments on commit c9df631

Please sign in to comment.