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

This commit is contained in:
jscampucci
2025-09-17 15:20:29 +02:00
parent 5e8788a7d7
commit 4bf8cb0e85

View File

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