diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5da94e8..fe9be76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: ) args: [--unique] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12 + rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # frozen: v0.15.13 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff-check @@ -38,7 +38,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, --implicit_start] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: f805888065fdb6162e1f800e50bb9460cbd223d6 # frozen: 0.37.2 + rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2 hooks: # verify github syntaxes - id: check-github-actions