Skip to content
Snippets Groups Projects
Commit 3a132b1b authored by Henning Glawe's avatar Henning Glawe
Browse files

fix ruff check call in gitlab-ci

parent 1e030301
No related merge requests found
......@@ -42,7 +42,7 @@ style:
script:
- black --version
- ruff --version
- ruff .
- ruff check
- black --check --diff .
......
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