chore: formatted files with ruff

This commit is contained in:
Jannat Patel
2025-08-11 17:48:37 +05:30
parent be31c18bfe
commit a92e04343a
96 changed files with 490 additions and 1028 deletions

View File

@@ -19,6 +19,9 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
hooks:
- id: ruff
name: "Run ruff import sorter"
args: ["--select=I", "--fix"]
- id: ruff
name: "Run ruff linter"
- id: ruff-format