diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb7d17719..b1d60f60f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-yaml - id: check-toml @@ -11,7 +11,7 @@ repos: - id: trailing-whitespace exclude: .bumpversion.cfg - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -24,14 +24,14 @@ repos: additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.9 hooks: - id: ruff - stages: [commit] + stages: [pre-commit] - id: ruff-format - stages: [commit] + stages: [pre-commit] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.11.2 hooks: - id: mypy pass_filenames: false