diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1859ca61..74b0cf7b 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.23.0 + rev: 0.23.1 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.269 + rev: v0.0.272 hooks: - id: ruff - repo: https://github.com/abravalheri/validate-pyproject