diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b48e95..f4a2544 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: # set your minimum supported Python here args: ["--py311-plus"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black args: ['--config=./pyproject.toml']