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:
committed by
Akhil Narang
parent
d7df2cbdc5
commit
3b4913ec81
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user