chore: saving the wip state

This commit is contained in:
2025-04-29 18:09:11 +03:00
parent dd9f538bb4
commit a0b066cefe
6 changed files with 372 additions and 247 deletions

View File

@@ -1,6 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.11.4"
rev: "v0.11.5"
hooks:
- id: ruff
args: ["--fix"]