diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 007cacb8..c534144d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1075,13 +1075,6 @@ usr-bin-env-python@fedora:42: /bin/false fi -python-format@fedora:42: - extends: - - .fedora-build@template - script: - - black $(git grep -l '^#!/usr/bin/env python3') - - git diff --exit-code || (echo "Please run Black against all Python files" && false) - # A job to check we're actually running all test suites in the CI check-test-suites: extends: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 6b71d5c2..4311b2db 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -617,13 +617,6 @@ usr-bin-env-python@{{distro.name}}:{{version}}: /bin/false fi -python-format@{{distro.name}}:{{version}}: - extends: - - .{{distro.name}}-build@template - script: - - black $(git grep -l '^#!/usr/bin/env python3') - - git diff --exit-code || (echo "Please run Black against all Python files" && false) - # A job to check we're actually running all test suites in the CI check-test-suites: extends: