diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6684d06..d536985 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/ambv/black - rev: 22.3.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black