Skip to content

Commit 9ead2ed

Browse files
pylint: allow long links and tables in docstrings
Part of #270
1 parent f5e3446 commit 9ead2ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pylintrc

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
# Good variable names which should always be accepted, separated by a comma
44
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

Comments
 (0)