Skip to content
Snippets Groups Projects
Commit 8ef80f6a authored by David Keitel's avatar David Keitel
Browse files

CI: add --diff to black for verbose style critique output

parent 968f9833
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