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

CI: change `black --check` to `black --diff"

parent 968f9833
No related branches found
No related tags found
No related merge requests found
...@@ -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 --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