diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dcc980d..455743d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,21 +4,21 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.13.3 hooks: - id: ruff - id: ruff-format - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.0 + rev: 0.34.0 hooks: - id: check-github-workflows - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: [black==23.12.1] - repo: https://github.com/jazzband/pip-tools - rev: 7.4.1 + rev: v7.5.1 hooks: - id: pip-compile name: pip-compile pyproject.toml