diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3f580b..b7dcff1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit - rev: v3.6.0 + rev: v3.6.1 hooks: - id: validate_manifest @@ -28,13 +28,13 @@ repos: - id: pyproject-fmt - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.4 + rev: 0.28.0 hooks: - id: check-dependabot - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.2.1 hooks: - id: ruff - id: ruff-format