diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff4f7c2..e6105c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.1' + rev: 'v0.5.2' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -30,7 +30,7 @@ repos: - id: codespell additional_dependencies: ["tomli"] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pretty-format-toml args: [--autofix, --no-sort]