]> 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 15:56:24 +0000 (17:56 +0200)
flake8 is not used in BIND 9 CI and inline ignore lists are not needed
anymore.

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

index f93cf8fa7d30b195a802861a849f770b184adeeb..d0d43a481a83350216bcae5eeba2dd62d22dfba7 100644 (file)
@@ -86,7 +86,7 @@
  - [ ] ***(QA)*** Merge published release tags (non-linearly) back into the their relevant development/maintenance branches.
  - [ ] ***(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.
 #