Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 18, 2024
1 parent 2731db8 commit 09a9d19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pubtools/_pulp/tasks/push/items/erratum.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ def publish_pulp_repos(self):
#
# Also note that there's an entire family of these repos, hence the
# startswith rather than plain equality check.
if not (repo_id.startswith("all-rpm-content")
or repo_id.startswith("all-erratum-content")):
if not (
repo_id.startswith("all-rpm-content")
or repo_id.startswith("all-erratum-content")
):
out.add(repo_id)

return sorted(out)
Expand Down

0 comments on commit 09a9d19

Please sign in to comment.