diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d72a1701c..f1fd2d9f70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer files: (.*\.(py|md|rst|yaml|yml|json|ts|js|html|svelte|sh))$ @@ -75,7 +75,7 @@ repos: name: Unused noqa - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort @@ -105,14 +105,14 @@ repos: additional_dependencies: ["prettier@latest"] minimum_pre_commit_version: "0" - - repo: https://github.com/psf/black.git - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black files: (.*\.py)$ - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs args: [--line-length=120, --skip-errors] @@ -128,7 +128,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.14.10 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --no-cache]