Skip to content
Snippets Groups Projects
Commit 9eec287c authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Merge branch 'show-diff' into 'main'

Make black actually show what it would like to have changed

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