Drop flake8 ignore lists

flake8 is not used in BIND 9 CI and inline ignore lists are not needed
anymore.
This commit is contained in:
Michal Nowak
2022-09-15 10:50:47 +02:00
parent eb5da6bbdb
commit f5d9fa6ea4
4 changed files with 1 additions and 6 deletions

View 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.

View File

@@ -13,7 +13,6 @@ import sys
try:
import yaml
# flake8: noqa: E722
# pylint: disable=bare-except
except:
print("No python yaml module, skipping")

View File

@@ -11,8 +11,6 @@
# information regarding copyright ownership.
############################################################################
# flake8: noqa: E501
from pathlib import Path
import re
import sys

View File

@@ -11,8 +11,6 @@
# information regarding copyright ownership.
############################################################################
# flake8: noqa: E501
#
# Configuration file for the Sphinx documentation builder.
#