diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3473d2f..68e3563 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: types_or: [yaml, json5] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.3 + rev: v0.16.4 hooks: # Linting only. Formatting is black's job below -- running ruff-format # here as well rewrote files in ways black then rejected, so a commit made