ci: dont auto apply fixes

I've personally encountered ~5 instances of bad auto fixes, let
developers apply the fixes.

(cherry picked from commit 3b4913ec81)
This commit is contained in:
Ankush Menat
2024-04-17 12:49:01 +05:30
committed by Mergify
parent 09d112a061
commit dc813ddaec

View File

@@ -59,8 +59,7 @@ repos:
rev: v0.2.0
hooks:
- id: ruff
name: "Run ruff linter and apply fixes"
args: ["--fix"]
name: "Run ruff linter"
- id: ruff-format
name: "Format Python code"