diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 466c649..2d73a9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: # auto format Python codes within docstrings - id: blacken-docs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.3 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff @@ -64,7 +64,7 @@ repos: tests/ ) - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: # verify github syntaxes - id: check-github-workflows