diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f47aa1..483068a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,12 +3,12 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.16.3 hooks: - id: ruff - id: ruff-format - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.38.0 hooks: - id: check-github-workflows - id: check-dependabot @@ -18,7 +18,7 @@ repos: - id: blacken-docs additional_dependencies: [black==23.12.1] - repo: https://github.com/jazzband/pip-tools - rev: v7.5.3 + rev: v7.6.1 hooks: - id: pip-compile name: pip-compile pyproject.toml