diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bca6c781..00ef469c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_language_version: node: 17.9.0 repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.1.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-docstring-first @@ -22,22 +22,22 @@ repos: args: - "--markdown-linebreak-ext=md" - repo: "https://github.com/pre-commit/pygrep-hooks" - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore - id: python-use-type-annotations - repo: "https://github.com/pycqa/isort" - rev: 5.11.5 + rev: 9.0.0b1 hooks: - id: isort - repo: "https://github.com/psf/black" - rev: 25.11.0 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.11 + rev: v0.15.21 hooks: # Run the linter. - id: ruff @@ -46,7 +46,7 @@ repos: # Don't Run the formatter. # - id: ruff-format - repo: "https://github.com/pre-commit/mirrors-prettier" - rev: v2.6.2 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude_types: @@ -62,7 +62,7 @@ repos: # args: # - "--py36-plus" - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.4.2 hooks: - id: codespell args: [ @@ -80,7 +80,7 @@ repos: additional_dependencies: - tomli - repo: "https://github.com/fsfe/reuse-tool" - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse additional_dependencies: