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

more r2metadata to dedicated folder

parent b84a0207
No related branches found
No related tags found
No related merge requests found
files: files:
template: ./templates/python/code_quality/black/black.yml template: ../templates/python/code_quality/black/black.yml
documentation: ./templates/python/code_quality/black/README.md documentation: ../templates/python/code_quality/black/README.md
data: data:
description: "Run Black on your repository" description: "Run Black on your repository"
icon: icon:
......
files: files:
template: ./templates/python/code_quality/flake8/flake8.yml template: ../templates/python/code_quality/flake8/flake8.yml
documentation: ./templates/python/code_quality/flake8/README.md documentation: ../templates/python/code_quality/flake8/README.md
data: data:
description: "Run flake8 on your repository" description: "Run flake8 on your repository"
icon: 💎 icon: 💎
......
files: files:
template: ./templates/python/code_quality/isort/isort.yml template: ../templates/python/code_quality/isort/isort.yml
documentation: ./templates/python/code_quality/isort/README.md documentation: ../templates/python/code_quality/isort/README.md
data: data:
description: "Run isort on your repository" description: "Run isort on your repository"
icon: 💎 icon: 💎
......
files: files:
template: ./templates/python/code_quality/mypy/mypy.yml template: ../templates/python/code_quality/mypy/mypy.yml
documentation: ./templates/python/code_quality/mypy/README.md documentation: ../templates/python/code_quality/mypy/README.md
data: data:
description: "Run mypy on your repository" description: "Run mypy on your repository"
icon: 💎 icon: 💎
......
files: files:
template: ./templates/python/testing/pytest/pytest.yml template: ../templates/python/testing/pytest/pytest.yml
documentation: ./templates/python/testing/pytest/README.md documentation: ../templates/python/testing/pytest/README.md
data: data:
description: "Run pytest on your repository" description: "Run pytest on your repository"
icon: 💯 icon: 💯
......
files: files:
template: ./templates/python/partial/python_install.yml template: ../templates/python/partial/python_install.yml
documentation: ./templates/python/partial/README.md documentation: ../templates/python/partial/README.md
data: data:
description: "Job that is meant to be extend by jobs that need a python environment." description: "Job that is meant to be extend by jobs that need a python environment."
icon: 🐍 icon: 🐍
......
files: files:
template: ./templates/python/code_quality/ruff/ruff.yml template: ../templates/python/code_quality/ruff/ruff.yml
documentation: ./templates/python/code_quality/ruff/README.md documentation: ../templates/python/code_quality/ruff/README.md
data: data:
description: "Run ruff on your repository" description: "Run ruff on your repository"
icon: 💎 icon: 💎
......
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