Skip to content

Commit

Permalink
fix: ruff check --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ameynert committed May 8, 2024
1 parent 525b5b4 commit 903158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ fi
pushd "$root" >/dev/null
banner "Executing checks in conda environment ${CONDA_DEFAULT_ENV} in directory ${root}"
run "Shell Check (scripts)" "shellcheck -x ${repo_root}/scripts/*sh"
run "Python Linting" "ruff check --fix"
run "Python Style Checking" "ruff format"
run "Python Linting" "ruff check"
run "Python Type Checking" "mypy ."
run "Python Unit Tests" "pytest -vv -r sx"
popd >/dev/null
Expand Down

0 comments on commit 903158e

Please sign in to comment.