mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 20:05:09 +00:00
ci: dont auto apply fixes
I've personally encountered ~5 instances of bad auto fixes, let
developers apply the fixes.
(cherry picked from commit 3b4913ec81)
This commit is contained in:
committed by
akhilnarang
parent
dcffb3886b
commit
518dad8ecb
@@ -69,8 +69,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