diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e2abe0c..499e7c39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: end-of-file-fixer - id: sort-simple-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -26,7 +26,7 @@ repos: - id: ruff-format exclude: '\.template$|tests/data/' - repo: https://github.com/pre-commit/mirrors-eslint - rev: v10.0.1 + rev: v10.0.2 hooks: - id: eslint args: [--fix, --exit-on-fatal-error, --no-config-lookup]