diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ad311bb..2b4e8393 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: require_serial: true args: [--sort-keys=contributors] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.2 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff @@ -29,7 +29,7 @@ repos: # compatible replacement for black - id: ruff-format - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pretty-format-toml args: [--autofix, --trailing-commas] @@ -40,7 +40,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: 0.28.6 + rev: 0.29.0 hooks: # verify github syntaxes - id: check-github-workflows