style: format files

This commit is contained in:
benex
2024-12-02 22:26:03 +03:00
parent 434ac947dd
commit 383cb62ede
15 changed files with 55 additions and 60 deletions

View File

@@ -19,11 +19,11 @@ repos:
"--remove-unused-variables",
"--remove-all-unused-imports",
]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
hooks:
- id: ruff
args: [--fix]
# - repo: https://github.com/astral-sh/ruff-pre-commit
# rev: v0.4.10
# hooks:
# - id: ruff
# args: [--fix]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2