diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f61f08c..8f279c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.4 hooks: - id: ruff - id: ruff-format - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.37.0 hooks: - id: check-github-workflows - repo: https://github.com/asottile/blacken-docs @@ -18,7 +18,7 @@ repos: - id: blacken-docs additional_dependencies: [black==23.12.1] - repo: https://github.com/jazzband/pip-tools - rev: v7.5.2 + rev: v7.5.3 hooks: - id: pip-compile name: pip-compile pyproject.toml