Merge pull request #1313 from Vaibhav159/vl_add_automated_formatting

using ruff automated formatting to avoid action failures.
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-28 13:12:31 -08:00
committed by GitHub

View File

@@ -1,7 +1,8 @@
repos:
- repo: local
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.7
hooks:
- id: ruff-format-hook
name: Check ruff formatting
entry: sh scripts/pre-commit.sh
language: system
- id: ruff
language_version: python3
args: [ --select, I, ]
- id: ruff-format