Merge pull request #41597 from frappe/mergify/bp/version-14-hotfix/pr-41576

chore: sync ruff config with framework (backport #41576)
This commit is contained in:
Akhil Narang
2024-05-27 13:31:22 +05:30
committed by GitHub

View File

@@ -69,12 +69,14 @@ repos:
rev: v0.2.0
hooks:
- id: ruff
name: "Run ruff linter and apply fixes"
args: ["--fix"]
name: "Run ruff import sorter"
args: ["--select=I", "--fix"]
- id: ruff
name: "Run ruff linter"
- id: ruff-format
name: "Format Python code"
name: "Run ruff formatter"
ci:
autoupdate_schedule: weekly