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

fix flake8.yml

parent d913bdcf
No related branches found
No related tags found
No related merge requests found
Pipeline #22061 passed
......@@ -10,7 +10,7 @@ flake8:
variables:
IMAGE_TAG: !reference [.python_install, variables, IMAGE_TAG]
PROJECT_PATH: "."
PYTHON_SETUP: "pip install ${PROJECT_PATH}[CODE_QUALITY]"
PYTHON_SETUP: "pip install ${PROJECT_PATH}[QUALITY]"
script:
- !reference [.python_install, script]
- flake8 ${PROJECT_PATH} -v
......@@ -19,3 +19,5 @@ flake8:
- ${PROJECT_PATH}/**/*.py
- .gitlab-ci.yml
- ${PROJECT_PATH}/pyproject.toml
- ${PROJECT_PATH}/setup.cfg
- ${PROJECT_PATH}/.flake8
......@@ -11,6 +11,6 @@ authors = [
description = "A description of what the package is for."
[project.optional-dependencies]
CODE_QUALITY = [
QUALITY = [
"black",
]
......@@ -11,6 +11,6 @@ authors = [
description = "A description of what the package is for."
[project.optional-dependencies]
CODE_QUALITY = [
QUALITY = [
"flake8",
]
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