mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
committed by
akhilnarang
parent
518dad8ecb
commit
76b7884fb7
@@ -68,12 +68,15 @@ repos:
|
|||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.2.0
|
rev: v0.2.0
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: ruff
|
||||||
|
name: "Run ruff import sorter"
|
||||||
|
args: ["--select=I", "--fix"]
|
||||||
|
|
||||||
- id: ruff
|
- id: ruff
|
||||||
name: "Run ruff linter"
|
name: "Run ruff linter"
|
||||||
|
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
name: "Format Python code"
|
name: "Run ruff formatter"
|
||||||
|
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
autoupdate_schedule: weekly
|
autoupdate_schedule: weekly
|
||||||
|
|||||||
Reference in New Issue
Block a user