Skip to content
Snippets Groups Projects

allow CI to fail if ruff or black is unhappy, and format source to make it pass

Merged Hans Fangohr requested to merge activate-style-checks-in-ci into linux-debian11
All threads resolved!
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
image: python:latest
stages:
- test-style
- test
before_script:
@@ -19,7 +18,7 @@ before_script:
style:
stage: test-style
stage: test
image: python:latest
script:
- black --version
Loading