From d26fd3429cc265f4aff1226412ca83c8e5f2ec64 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 9 Jan 2024 09:37:06 +0100 Subject: [PATCH] pre-commit-config: Upgrade ruff This is the half of #1867 that passes. * #1866 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c2126145..c2f93ac73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: - --fix - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.9' + rev: 'v0.1.11' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]