Skip to content
Snippets Groups Projects
Commit 7a02c796 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

allow CI to fail if ruff or black is unhappy

parent 3554a57b
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!3allow CI to fail if ruff or black is unhappy, and format source to make it pass
Pipeline #367425 failed
......@@ -24,8 +24,8 @@ style:
script:
- black --version
- ruff --version
- ruff . || true
- black --check --diff . || true
- ruff .
- black --check --diff .
test3-09:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment