diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0012dd1..51a6999 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json - id: check-toml @@ -21,7 +21,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.6.8' + rev: 'v0.6.9' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -43,6 +43,6 @@ repos: - darglint - repo: https://github.com/pre-commit/pre-commit - rev: v3.8.0 + rev: v4.0.0 hooks: - id: validate_manifest