summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2020-12-11 12:45:49 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2020-12-12 18:40:57 +0000
commit39f33412db95f9129df1cf61e02cb9099508b49b (patch)
tree900eea9e9e6d8fd04934e145da9003067493e8df /.gitlab-ci
parenta4be8577edd14ef615ae1dc0e185b632744b2180 (diff)
downloadglib-39f33412db95f9129df1cf61e02cb9099508b49b.tar.gz
python: Reformat some files to keep style-check-diff happy
The version of `black` on the CI server wanted these changes. Make them to keep the `style-check-diff` CI job from constantly failing. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/check-todos.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci/check-todos.py b/.gitlab-ci/check-todos.py
index 915ee2834..7eb30b671 100755
--- a/.gitlab-ci/check-todos.py
+++ b/.gitlab-ci/check-todos.py
@@ -22,11 +22,7 @@ import sys
# itself. The keyword ‘fixme’ (in upper case) is explicitly allowed because
# that’s conventionally used as a way of marking a workaround which needs to
# be merged for now, but is to be grepped for and reverted or reworked later.
-BANNED_KEYWORDS = [
- "TO" + "DO",
- "X" + "XX",
- "W" + "IP",
-]
+BANNED_KEYWORDS = ["TO" + "DO", "X" + "XX", "W" + "IP"]
def main():