Skip to content

Commit 25bd352

Browse files
Google Python teamgpshead
authored andcommitted
Project import generated by Copybara.
PiperOrigin-RevId: 453566611
1 parent 965d902 commit 25bd352

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pylintrc

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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.
156156
output-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
165159
reports=no
166160

@@ -279,12 +273,6 @@ ignore-long-lines=(?x)(
279273
# else.
280274
single-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
289277
max-module-lines=99999
290278

0 commit comments

Comments
 (0)