Skip to content

Commit

Permalink
ci: dont auto apply fixes
Browse files Browse the repository at this point in the history
I've personally encountered ~5 instances of bad auto fixes, let
developers apply the fixes.

(cherry picked from commit 3b4913e)
  • Loading branch information
ankush authored and mergify[bot] committed May 23, 2024
1 parent 09d112a commit dc813dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc813dd

Please sign in to comment.