diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6408c94..82d3d70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-merge-conflict # Check for files that contain merge conflict strings. - id: check-added-large-files # Prevent large files from being added to the repository. - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black - repo: https://github.com/pycqa/isort