diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e92479d..f687b4c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,8 +19,8 @@ repos: types_or: [markdown, python, yaml] # Skip this Markdown file, which has an example of an input text file within it. exclude: input/README.md - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.269' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.15.4' hooks: - id: ruff - repo: https://github.com/google/yamlfmt