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

Merge pull request from qurator-spk/test-remove-circleci

✔ Remove CircleCI config
This commit is contained in:
Mike Gerber 2023-10-23 14:38:25 +02:00 committed by GitHub
commit 0c727dca9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"