Lefthook: fix python format hook

This commit is contained in:
2025-12-20 11:55:13 +03:00
parent acf599f905
commit 439c239ac8

View File

@@ -18,6 +18,7 @@ pre-commit:
- name: "format python" - name: "format python"
glob: "**/*.py" glob: "**/*.py"
run: "black --quiet {staged_files}" run: "black --quiet {staged_files}"
stage_fixed: true
- name: "mypy" - name: "mypy"
glob: "**/*.py" glob: "**/*.py"