ci: pre-commit: show-diff-on-failure

This commit is contained in:
Willi Ballenthin
2023-08-18 08:19:27 +00:00
parent 120917e0b5
commit 8cd5e03e87

View File

@@ -39,9 +39,9 @@ jobs:
- name: Lint with ruff
run: pre-commit run ruff
- name: Lint with isort
run: pre-commit run isort
run: pre-commit run isort --show-diff-on-failure
- name: Lint with black
run: pre-commit run black
run: pre-commit run black --show-diff-on-failure
- name: Lint with flake8
run: pre-commit run flake8
- name: Check types with mypy