We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e3446 commit 9ead2edCopy full SHA for 9ead2ed
.pylintrc
@@ -2,3 +2,7 @@
2
3
# Good variable names which should always be accepted, separated by a comma
4
good-names=i,j,k,ex,Run,_,ok,t,tz
5
+
6
+[FORMAT]
7
+# Allow links in docstings, allow tables
8
+ignore-long-lines=^(?:\s*(# )?(?:\.\.\s.+?:)?\s*<?https?://\S+>?)|(\s\+.+\+)|(\s\|.+\|)$
0 commit comments