ci: dont auto apply fixes

I've personally encountered ~5 instances of bad auto fixes, let
developers apply the fixes.
This commit is contained in:
Ankush Menat
2024-04-17 12:49:01 +05:30
committed by Akhil Narang
parent d7df2cbdc5
commit 3b4913ec81

View File

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