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:
Ankush Menat 2024-04-17 12:54:21 +05:30 committed by GitHub
parent c94de176c9
commit e1bb9b225e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"