mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
9 lines
172 B
YAML
9 lines
172 B
YAML
black:
|
|
# stage: .pre
|
|
image: registry.gitlab.com/pipeline-components/black:latest
|
|
script:
|
|
- black --check --verbose -- .
|
|
|
|
include:
|
|
- local: /docs/.gitlab-ci.yml
|