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 7f13b16f authored by Dorian Turba's avatar Dorian Turba
Browse files

fix flake8: add project path and verbosity

parent 32b6ca62
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ flake8:
- python -m venv venv --upgrade-deps || python -m venv venv # upgrade-deps is not supported before 3.9
- source venv/bin/activate
- pip install flake8
- flake8
- flake8 ${PROJECT_PATH} -v
only:
changes:
- ./**/*.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