Skip to content
Snippets Groups Projects

CI: add --diff to black

Merged David Keitel requested to merge black-diff into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,5 +36,5 @@ static:
tags: [ pyFstat ]
script:
- source ${VENV_DIR}/bin/activate
- black --check .
- black --check --diff .
# - flake8 . ## not ready
Loading