1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-01 06:29:59 +02:00

✔ Remove CircleCI config

This commit is contained in:
Mike Gerber 2023-10-23 14:34:33 +02:00
parent 994a27d458
commit 1b7c2a61a3

View file

@ -1,20 +0,0 @@
version: 2.1
jobs:
black:
parameters:
python-version:
type: string
docker:
- image: cimg/python:<< parameters.python-version >>
steps:
- checkout
- run: pip3 install --upgrade pip
- run: pip3 install black
- run: black .
workflows:
black:
jobs:
- black:
python-version: "3.11"