Skip to content
Snippets Groups Projects
Commit 8457347f authored by Corné Lukken's avatar Corné Lukken
Browse files

Make black actually show what it would like to have changed

parent de2b7250
No related branches found
No related tags found
1 merge request!2Make black actually show what it would like to have changed
...@@ -30,7 +30,7 @@ run_black: ...@@ -30,7 +30,7 @@ run_black:
stage: lint stage: lint
script: script:
- python -m black --version - python -m black --version
- python -m black --check . - python -m black --check --diff .
allow_failure: true allow_failure: true
run_flake8: run_flake8:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment