feat: add .pre-commit-config.yaml

This commit is contained in:
Dmitry Belan
2026-07-14 13:05:21 +03:00
parent 658adce5c6
commit 9619f92a1b
+7
View File
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format