diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c543679..22e0a66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,10 +23,12 @@ repos: hooks: - id: codespell args: [--write-changes] + files: \.(py|sh|json|yml|yaml|md)$ - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.9.2 + hooks: - id: ruff args: [--fix] @@ -42,6 +44,7 @@ repos: language: system types: ["dockerfile"] + - repo: https://github.com/astral-sh/uv-pre-commit # uv version. rev: 0.5.21