diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00bf6e3..5cc7716 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -34,7 +34,7 @@ repos: stages: [commit] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.2.0 + rev: v9.4.0 hooks: - id: eslint additional_dependencies: