diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16599a199..ebca55ca1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,3 +12,13 @@ repos: args: - --fix=lf - id: trailing-whitespace + - repo: local + hooks: + - id: ruff-check + name: ruff check + language: system + entry: bash -c "uv run ruff check" + - id: ruff-format + name: ruff format + language: system + entry: bash -c "uv run ruff format" \ No newline at end of file