Skip to content
Snippets Groups Projects
Commit d89072a9 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Change Black Version

parent 206a3ac7
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,9 @@ before_script:
#SOURCE: https://stephen-olabode.medium.com/running-black-formatter-to-lint-a-python-file-in-gitlab-ci-cd-ae80111ab363
black:
image: milansuk/python-black:latest
image: python:latest
before_script:
- pip install black
script:
- black --check .
......
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