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:
template: ./black_code_formatter.yml
documentation: ./README.md
template: ./python/code_quality/black/black.yml
documentation: ./python/code_quality/black/README.md
data:
description: "Run black on a package"
icon:
public: true
labels:
- black
- python
- quality
- Lint
- Utilities
- Code Quality
- Python
license: MIT
deprecated: false
black:
image: python:latest
stage: quality
stage: code_quality
script:
- python --version # Debug
- 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