Content-Length: 817 | pFad | http://github.com/gitpython-developers/GitPython/pull/1912.patch
thub.com
From e15caab8e70adc44b796bd3d972e1d34d30ad7ee Mon Sep 17 00:00:00 2001
From: Jirka
Date: Tue, 7 May 2024 19:26:54 +0200
Subject: [PATCH] lint: switch order Ruff's hooks `fix` -> `format`
---
.pre-commit-config.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 585b4f04d..987d86cd9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.3.2
+ rev: v0.4.3
hooks:
- - id: ruff-format
- exclude: ^git/ext/
- id: ruff
args: ["--fix"]
exclude: ^git/ext/
+ - id: ruff-format
+ exclude: ^git/ext/
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/gitpython-developers/GitPython/pull/1912.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy