diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff082d4..2cba6da 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.5.7 + rev: v0.6.2 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.1 + rev: 0.29.2 hooks: # verify github syntaxes - id: check-github-workflows