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
Branches
Tags
1 merge request!27CI: add --diff to black
...@@ -36,5 +36,5 @@ static: ...@@ -36,5 +36,5 @@ static:
tags: [ pyFstat ] tags: [ pyFstat ]
script: script:
- source ${VENV_DIR}/bin/activate - source ${VENV_DIR}/bin/activate
- black --check . - black --check --diff .
# - flake8 . ## not ready # - flake8 . ## not ready
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment