summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-03-15 08:37:20 -0700
committerBob Halley <halley@dnspython.org>2022-03-15 08:37:20 -0700
commitb1d2332687adbecc0acbb4e623124f783f859d9e (patch)
tree5318d5ecc0dd35e0a6922380cd60f9d9caa9ad34 /pylintrc
parent08f8bde64e8679d5e4f0b129292461de152ba32b (diff)
downloaddnspython-b1d2332687adbecc0acbb4e623124f783f859d9e.tar.gz
black autoformatting
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index f23e8ea..306429e 100644
--- a/pylintrc
+++ b/pylintrc
@@ -32,6 +32,7 @@ disable=
raise-missing-from, # we should start doing this, but too noisy for now
consider-using-f-string,
unspecified-encoding,
+ useless-super-delegation, # not against this, but we have to do it for mypy happiness
[REPORTS]
@@ -49,4 +50,4 @@ reports=no
msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg})'
[FORMAT]
-max-line-length=120
+max-line-length=88