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 Mar 18, 2024
1 parent 3e1b2b7 commit e8fc61e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pep600_compliance/make_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,15 @@ def has_symbol_conflict(distro, policy):


def filter_image(distro_name, distro_version):
if distro_name not in ["almalinux", "centos", "clefos", "debian", "rockylinux", "ubuntu", "manylinux"]:
if distro_name not in [
"almalinux",
"centos",
"clefos",
"debian",
"rockylinux",
"ubuntu",
"manylinux",
]:
return True
if distro_name == "debian":
if distro_version in {"testing", "unstable", "experimental"}:
Expand Down

0 comments on commit e8fc61e

Please sign in to comment.