]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Deprecate dns.resolver module in BIND 9 system tests
authorMichal Nowak <mnowak@isc.org>
Thu, 4 Jul 2024 18:06:36 +0000 (20:06 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 12 Sep 2024 09:42:22 +0000 (11:42 +0200)
.pylintrc

index b5ea55a5e5da708e51752c48a5fe07cbb351f3ce..a75e65d8d3a8608aed58715f0711a8b24460d950 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,4 +1,10 @@
-[MASTER]
+[IMPORTS]
+
+deprecated-modules=
+    dns.resolver,
+
+[MESSAGES CONTROL]
+
 disable=
     C0103, # invalid-name
     C0114, # missing-module-docstring