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
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -2,7+2,7 @@
stages:
- test
before_script:
- cat /etc/issue
- python -V
@@ -16,7+16,7 @@
- pip install pytest black ruff
- pytest --version
style:
stage: test
image: python:latest
Loading