Skip to content

Commit

Permalink
zuul: add python-black job (#723)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Dec 19, 2023
1 parent f4764e5 commit 5727086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- hadolint
- mypy
- openstack-image-manager-integration-test
- python-black
- tox:
vars:
tox_envlist: test
Expand All @@ -92,6 +93,7 @@
- hadolint
- mypy
- openstack-image-manager-integration-test
- python-black
- tox:
vars:
tox_envlist: test
Expand All @@ -107,6 +109,7 @@
- hadolint
- mypy
- openstack-image-manager-integration-test
- python-black
- tox:
vars:
tox_envlist: test
Expand Down
1 change: 0 additions & 1 deletion openstack_image_manager/mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def main(
),
minio_bucket: str = typer.Option("openstack-images", help="Minio bucket"),
):

if debug:
level = "DEBUG"
else:
Expand Down
1 change: 0 additions & 1 deletion openstack_image_manager/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def main(
envvar="SWIFT_PREFIX",
),
):

if debug:
level = "DEBUG"
else:
Expand Down

0 comments on commit 5727086

Please sign in to comment.