mirror of
https://github.com/mandiant/capa.git
synced 2026-01-05 17:28:00 -08:00
ci: pre-commit: show-diff-on-failure
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -39,9 +39,9 @@ jobs:
|
|||||||
- name: Lint with ruff
|
- name: Lint with ruff
|
||||||
run: pre-commit run ruff
|
run: pre-commit run ruff
|
||||||
- name: Lint with isort
|
- name: Lint with isort
|
||||||
run: pre-commit run isort
|
run: pre-commit run isort --show-diff-on-failure
|
||||||
- name: Lint with black
|
- name: Lint with black
|
||||||
run: pre-commit run black
|
run: pre-commit run black --show-diff-on-failure
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: pre-commit run flake8
|
run: pre-commit run flake8
|
||||||
- name: Check types with mypy
|
- name: Check types with mypy
|
||||||
|
|||||||
Reference in New Issue
Block a user