diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d682628..8f76191 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: pyupgrade args: [--py3-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.6" + rev: "v0.15.7" hooks: - id: ruff args: ["--fix"]