diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9b7aea62..6932a6afa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -22,8 +22,8 @@ repos: args: ['--maxkb=1024'] - id: detect-private-key - - repo: https://github.com/psf/black - rev: "25.1.0" + - repo: https://github.com/psf/black-pre-commit-mirror + rev: "25.9.0" hooks: - id: black - id: black-jupyter