Skip to content
Snippets Groups Projects
Commit fca273ff authored by Misha Smirnov's avatar Misha Smirnov
Browse files

some changes

parent df597e75
No related branches found
No related tags found
No related merge requests found
Pipeline #219787 failed
......@@ -43,9 +43,12 @@ black:
# image: registry.gitlab.com/pipeline-components/black:latest
script:
- *virtualenv_definition
- black --check tests
black --check notebooks
black --check python_scripts
- black --check:
- tests
- notebooks
- python_scripts
# black --check notebooks
# black --check python_scripts
allow_failure: true
......
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