diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8dc6e4c..895994b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff-format - id: ruff-check diff --git a/changes/203.misc.md b/changes/203.misc.md new file mode 100644 index 00000000..dfb3e3e4 --- /dev/null +++ b/changes/203.misc.md @@ -0,0 +1 @@ +`pre-commit` hook for `ruff-pre-commit` is now updated from v0.15.4 to v0.15.9.