Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 88e2f677 authored by Dorian Turba's avatar Dorian Turba
Browse files

fix command black

parent 9e13f8aa
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ black:
- python -m venv venv --upgrade-deps || python -m venv venv
- source venv/bin/activate
- pip install black
- package_black . --check --diff --quiet
- black . --check --diff --quiet
only:
changes:
- src/**/*.py
......
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