diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e86daf7..dc0fbbc 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 exclude: "\\.vscode/.*.json" @@ -16,12 +16,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.1" + rev: "2.2.4" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.3" + rev: "v0.6.9" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -36,6 +36,6 @@ repos: - types-requests - repo: https://github.com/pre-commit/pre-commit - rev: v3.8.0 + rev: v4.0.0 hooks: - id: validate_manifest