[WIP] test pre commit
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m23s

This commit is contained in:
jscampucci
2025-09-17 14:52:50 +02:00
parent 6e95c07e69
commit c92e7ef25e

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files --show-diff-on-failure --color=always --verbose=true
run: pre-commit run --all-files --show-diff-on-failure --color=always --verbose
env:
# Consider valid a PR that changes README fragments but doesn't
# change the README.rst file itself. It's not really a problem