diff --git a/ci/test.sh b/ci/test.sh index 144eb2897..d419b0730 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -11,7 +11,7 @@ mypy nur # Format checker black --check . # Linter -ruff . +ruff check . cd "${DIR}/.." nix run "${DIR}#" -- format-manifest