diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d80e54c3..0dc4fd4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.23.0 hooks: - id: check-github-workflows - id: check-dependabot @@ -25,7 +25,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.263 + rev: v0.0.265 hooks: - id: ruff - repo: https://github.com/abravalheri/validate-pyproject