diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56a9261..b115ed5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: # ruamel.yaml doesn't line wrap correctly (?) so set width to 1M to avoid issues args: [--mapping, '2', --offset, '2', --sequence, '4', --width, '1000000'] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: # verify github syntaxes - id: check-github-workflows @@ -44,7 +44,7 @@ repos: types_or: [jsx, javascript] exclude: ^static/js/count.js$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.2 hooks: - id: ruff args: [--fix]