diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b820047..61365c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,25 +6,25 @@ repos: # - id: sync-additional-dependencies - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.21.2 hooks: - id: pyupgrade args: - --py311-plus - - repo: https://github.com/psf/black - rev: 24.8.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black language_version: python3.11 - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.20.0 hooks: - id: blacken-docs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: @@ -47,7 +47,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort name: isort (python) @@ -70,7 +70,7 @@ repos: - '4096' - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: @@ -79,14 +79,14 @@ repos: - --strict - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.6.0 hooks: - id: pycln args: - --all - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.19.1 hooks: - id: mypy args: @@ -130,7 +130,7 @@ repos: - id: python-check-mock-methods - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: @@ -140,6 +140,6 @@ repos: - '*.svg,*.json' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.7 + rev: v0.15.4 hooks: - id: ruff