netbox-qrgen/lefthook.yml
Ivan Schaller 5d60669161
Some checks failed
ci/woodpecker/push/tests Pipeline failed
add lefthook and fix justfile
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
2023-06-22 09:14:38 +02:00

10 lines
256 B
YAML

pre-commit:
commands:
01_ruff:
stage_fixed: true
glob: "*.py"
run: python3 -m ruff --fix-only --exit-zero --silent {all_files}
02_black:
stage_fixed: true
glob: "*.py"
run: python3 -m black --quiet {all_files}