]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Stick to black==25.12.0
authorMichal Nowak <mnowak@isc.org>
Wed, 4 Feb 2026 18:06:45 +0000 (19:06 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 4 Feb 2026 18:06:45 +0000 (19:06 +0100)
.gitlab-ci.yml

index 2827b0011e7eb3343c6ba9d76f47c6739ba1897b..7d864e21274383eef6bbe0867e2060f90321a1eb 100644 (file)
@@ -321,6 +321,10 @@ changes:
 
 black:
   <<: *precheck_job
+  # Do not follow black updates in the base image so we don't have to change
+  # Python script formatting.
+  before_script:
+    - pip3 install black==25.12.0
   script:
     - black $(git ls-files '*.py' '*.py.in')
     - git diff > black.patch