Skip to content
Snippets Groups Projects
Unverified Commit b5442b95 authored by Georg Krause's avatar Georg Krause
Browse files

Initialize Pipeline, run linting

parent ebf27189
No related branches found
No related tags found
No related merge requests found
Pipeline #20016 passed
stages:
- lint
lint:
stage: lint
image: python:3.10-alpine
before_script: pip install black
script: black --check .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment