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

fix flake8.yml

parent 358f7845
No related branches found
No related tags found
No related merge requests found
Pipeline #22060 failed
......@@ -26,6 +26,7 @@ flake8:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/flake8/**/*
- tests/flake8_project/**/*
black:
stage: templates
......@@ -37,3 +38,4 @@ black:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/black/**/*
- tests/black_project/**/*
......@@ -12,5 +12,5 @@ description = "A description of what the package is for."
[project.optional-dependencies]
CODE_QUALITY = [
"flake8",
"black",
]
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