diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5369bfa7..4d4c4c2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -35,7 +35,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade - repo: https://github.com/pycqa/pydocstyle @@ -46,6 +46,6 @@ repos: additional_dependencies: - toml - repo: https://github.com/pre-commit/pre-commit - rev: v4.3.0 + rev: v4.5.0 hooks: - id: validate_manifest