diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4790706..739cdd1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v6.0.0 hooks: - id: check-ast - id: trailing-whitespace @@ -19,7 +19,7 @@ repos: - id: check-yaml - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 6.1.0 hooks: - id: isort name: isort @@ -29,13 +29,13 @@ repos: types: - python -- repo: https://github.com/psf/black - rev: 22.3.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/nbQA-dev/nbQA - rev: 1.3.1 + rev: 1.9.1 hooks: - id: nbqa-black additional_dependencies: @@ -49,7 +49,7 @@ repos: - --nbqa-mutate - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.3.0 + rev: v2.15.0 hooks: - id: pretty-format-ini args: [--autofix]