Skip to content
Snippets Groups Projects

Make black actually show what it would like to have changed

Merged Corné Lukken requested to merge lukken/python-package-template:show-diff into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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:
Loading