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

update r2.yml, change tag, move README.md

parent 726d4cf6
No related branches found
No related tags found
No related merge requests found
files: files:
template: ./black_code_formatter.yml template: ./python/code_quality/black/black.yml
documentation: ./README.md documentation: ./python/code_quality/black/README.md
data: data:
description: "Run black on a package" description: "Run black on a package"
icon: icon:
public: true public: true
labels: labels:
- black - Lint
- python - Utilities
- quality - Code Quality
- Python
license: MIT license: MIT
deprecated: false deprecated: false
black: black:
image: python:latest image: python:latest
stage: quality stage: code_quality
script: script:
- python --version # Debug - python --version # Debug
- python -m venv venv --upgrade-deps || python -m venv venv - python -m venv venv --upgrade-deps || python -m venv venv
......
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