File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ disable=abstract-method,
7676 global-statement,
7777 hex-method,
7878 idiv-method,
79- implicit-str-concat-in-sequence ,
79+ implicit-str-concat,
8080 import-error,
8181 import-self,
8282 import-star-module-level,
@@ -155,12 +155,6 @@ disable=abstract-method,
155155# mypackage.mymodule.MyReporterClass.
156156output-format =text
157157
158- # Put messages in a separate file for each module / package specified on the
159- # command line instead of printing them on stdout. Reports (if any) will be
160- # written in a file name "pylint_global.[txt|html]". This option is deprecated
161- # and it will be removed in Pylint 2.0.
162- files-output =no
163-
164158# Tells whether to display a full report or only the messages
165159reports =no
166160
@@ -279,12 +273,6 @@ ignore-long-lines=(?x)(
279273# else.
280274single-line-if-stmt =yes
281275
282- # List of optional constructs for which whitespace checking is disabled. `dict-
283- # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
284- # `trailing-comma` allows a space between comma and closing bracket: (a, ).
285- # `empty-line` allows space-only lines.
286- no-space-check =
287-
288276# Maximum number of lines in a module
289277max-module-lines =99999
290278
You can’t perform that action at this time.
0 commit comments