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 akhilnarang
parent dcffb3886b
commit 518dad8ecb

View File

@@ -69,8 +69,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"