diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6a02ab7fe..300f5f430c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: doc/data/messages/m/missing-final-newline/bad/crlf.py )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.3" + rev: "v0.14.4" hooks: - id: ruff-check args: ["--fix"] @@ -43,7 +43,7 @@ repos: - id: isort exclude: doc/data/messages/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black args: [--safe, --quiet] @@ -165,7 +165,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.11.0" + rev: "v2.11.1" hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject