]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more lint
authorBob Halley <halley@dnspython.org>
Mon, 1 Sep 2025 23:03:56 +0000 (16:03 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 1 Sep 2025 23:03:56 +0000 (16:03 -0700)
.flake8
.pylintrc
dns/dnssec.py

diff --git a/.flake8 b/.flake8
index 39a47307a8aae884438f0f7ad24f1dad794e6df8..f0c179a651afdfc03937865167ea72753d2545f2 100644 (file)
--- a/.flake8
+++ b/.flake8
@@ -1,3 +1,3 @@
 [flake8]
 extend-ignore = W503, E203, E266, E741, F401
-max-line-length = 88
+max-line-length = 110
index 1dc5208e9fa9c17449989d2456b30d1e03174839..600d07f311db2e58d71ef83542df40290a1ed12f 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -54,4 +54,4 @@ reports=no
 msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg})'
 
 [FORMAT]
-max-line-length=88
+max-line-length=110
index 86a7e8542b35975e35cbb6e151c3ffad64e6039e..0b2aa709791a786db1778cecb4b4a5ced56559d2 100644 (file)
@@ -17,6 +17,7 @@
 
 """Common DNSSEC-related functions and constants."""
 
+# pylint: disable=unused-import
 
 import base64
 import contextlib