diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a3eeb876..346195b36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black language_version: python3 @@ -49,7 +49,7 @@ repos: exclude: ^.github/ - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort @@ -69,7 +69,7 @@ repos: exclude: ^docs/ | ^setup\.py$ | - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.10 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix, --ignore, E501 ]