Skip to content
Snippets Groups Projects

add black format

Merged payno requested to merge add_black_format into main
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -22,3 +22,14 @@ test:
refs:
- main
- merge_requests
black-format:
stage: test
before_script:
- pip install black
script:
- LC_ALL=C.UTF-8 black --check --safe .
only:
refs:
- main
- merge_requests
Loading