diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c080ecd..83041e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - - repo: https://github.com/psf/black - rev: 24.4.2 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black language_version: python3.11 - repo: https://github.com/pycqa/isort/ - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort @@ -16,7 +16,7 @@ repos: - id: md-toc - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace