ci: dont auto apply fixes (#25985)
I've personally encountered ~5 instances of bad auto fixes, let developers apply the fixes.
This commit is contained in:
parent
c94de176c9
commit
e1bb9b225e
1 changed files with 1 additions and 2 deletions
|
|
@ -24,8 +24,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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue