From 01b4fd03f3c2c09eb0337aeade83daf93856c408 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 7 Sep 2020 14:31:13 -0500 Subject: use stdlib url parsing in gemini module --- .pylintrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 0ace322..5342c9f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -139,7 +139,9 @@ disable=print-statement, deprecated-sys-function, exception-escape, comprehension-escape, - c-extension-no-member + c-extension-no-member, + missing-module-docstring, + missing-function-docstring # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option @@ -423,7 +425,8 @@ good-names=i, k, ex, Run, - _ + _, + fp # Good variable names regexes, separated by a comma. If names match any regex, # they will always be accepted -- cgit v1.2.3