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

isort is now run on project_path

parent 7f3ffc52
Loading
Checking pipeline status
......@@ -9,5 +9,5 @@ isort:
PYTHON_SETUP: "pip install isort"
script:
- !reference [.python_install, script]
- isort . --check-only --quiet
- isort ${PROJECT_PATH} --check-only --quiet
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