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

(cherry picked from commit f5d9fa6ea4a263c26104084c3ff44a647d3147ba)

bin/tests/system/digdelv/yamlget.py
doc/arm/conf.py
doc/man/conf.py

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 504e348adbf43e8cbec2135326c06d292ba8b1d9..e891603a45cfc079735e1331ae44580e10d661c9 100644 (file)
@@ -9,8 +9,6 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
-# flake8: noqa: E501
-
 import re
 
 from typing import List, Tuple
index 8a52d7704eae69c79a2de89abc99d8bf794c7dc4..266dfbbe574501e00164c3c618d97a79568390da 100644 (file)
@@ -9,7 +9,6 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
-# flake8: noqa: E501
 import datetime
 from docutils.parsers.rst import roles