mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 11:20:26 +02:00
🚧 CircleCI: Run black
This commit is contained in:
parent
35be58cb94
commit
2632cb09b8
1 changed files with 15 additions and 0 deletions
|
@ -18,6 +18,18 @@ jobs:
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
|
||||||
|
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:
|
workflows:
|
||||||
all-tests:
|
all-tests:
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -25,3 +37,6 @@ workflows:
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
parameters:
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||||
|
black:
|
||||||
|
jobs:
|
||||||
|
- black
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue