]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop flake8 ignore lists
authorMichal Nowak <mnowak@isc.org>
Thu, 15 Sep 2022 08:50:47 +0000 (10:50 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 5 Oct 2022 16:06:38 +0000 (18:06 +0200)
flake8 is not used in BIND 9 CI and inline ignore lists are not needed
anymore.

(cherry picked from commit f5d9fa6ea4a263c26104084c3ff44a647d3147ba)

.gitlab/issue_templates/Release.md
bin/tests/system/digdelv/yamlget.py
doc/arm/conf.py
doc/man/conf.py

index 445b5fe59a6bc19e723e63635b8b4b236cfa3bbf..1176f452864c3f2e79bca885dcb160022c5cb906 100644 (file)
@@ -91,7 +91,7 @@
  - [ ] ***(QA)*** Prepare empty release notes for the next set of releases.
  - [ ] ***(QA)*** Sanitize confidential issues which are assigned to the current release milestone and do not describe a security vulnerability, then make them public.
  - [ ] ***(QA)*** Sanitize confidential issues which are assigned to older release milestones and describe security vulnerabilities, then make them public if appropriate[^2].
- - [ ] ***(QA)*** Update QA tools used in GitLab CI (e.g. Flake8, PyLint) by modifying the relevant `Dockerfile`.
+ - [ ] ***(QA)*** Update QA tools used in GitLab CI (e.g. Black, PyLint) by modifying the relevant `Dockerfile`.
 
 [^1]: If not, use the time remaining until the tagging deadline to ensure all outstanding issues are either resolved or moved to a different milestone.
 [^2]: As a rule of thumb, security vulnerabilities which have reproducers merged to the public repository are considered okay for full disclosure.
index 2b00bf245b8112530eab9cb7db2e137cc38c21d9..afa582dd9ceb1ac8914d2ff5b2dbc0f19dae437a 100644 (file)
@@ -13,7 +13,6 @@ import sys
 
 try:
     import yaml
-# flake8: noqa: E722
 # pylint: disable=bare-except
 except:
     print("No python yaml module, skipping")
index 695ca9a77f29bc154c75a1e2805c8b61cd078327..af7a525e493b7e0b95776c5060c323d4bba6a3a9 100644 (file)
@@ -11,8 +11,6 @@
 # information regarding copyright ownership.
 ############################################################################
 
-# flake8: noqa: E501
-
 from pathlib import Path
 import re
 import sys
index f805e03bffd404f45574aa79e4db18a647d52623..0f4ba58948d0d503f3cb050af938c46b64324ca7 100644 (file)
@@ -11,8 +11,6 @@
 # information regarding copyright ownership.
 ############################################################################
 
-# flake8: noqa: E501
-
 #
 # Configuration file for the Sphinx documentation builder.
 #