Skip to content
Snippets Groups Projects
Commit a0c86be8 authored by Reinhard Prix's avatar Reinhard Prix
Browse files

Merge branch 'black-diff' into 'master'

CI: add --diff to black

See merge request !27
parents 968f9833 8ef80f6a
No related branches found
No related tags found
1 merge request!27CI: add --diff to black
......@@ -36,5 +36,5 @@ static:
tags: [ pyFstat ]
script:
- source ${VENV_DIR}/bin/activate
- black --check .
- black --check --diff .
# - flake8 . ## not ready
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