mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
CI: drop the separate python-format job
This is handled as part of the pre-commit hooks now which will also
ensure that we have the same version of ruff everywhere.
Fixes: a61c876412 ("pre-commit: drop black, use ruff-format instead")
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1259>
This commit is contained in:
parent
075a6dfaef
commit
e5e41ce7f5
2 changed files with 0 additions and 14 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue