diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7df0196..d3cfa197 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: mixed-line-ending args: ["-f=lf"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.13.1" hooks: - id: ruff-check args: ["--fix"]