Skip to content

Commit 60f6706

Browse files
committed
Adjusted line length and indentation (Google 80/2, me: 120/4)
1 parent c13b2f5 commit 60f6706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pylintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ generated-members=
264264

265265
[FORMAT]
266266

267-
# Maximum number of characters on a single line.
268-
max-line-length=80
267+
# Maximum number of characters on a single line (Google has 80).
268+
max-line-length=120
269269

270270
# TODO(https://github.com/PyCQA/pylint/issues/3352): Direct pylint to exempt
271271
# lines made too long by directives to pytype.
@@ -292,7 +292,7 @@ max-module-lines=99999
292292
# spaces. Google's externaly-published style guide says 4, consistent with
293293
# PEP 8. Here, we use 2 spaces, for conformity with many open-sourced Google
294294
# projects (like TensorFlow).
295-
indent-string=' '
295+
indent-string=' '
296296

297297
# Number of spaces of indent required inside a hanging or continued line.
298298
indent-after-paren=4

0 commit comments

Comments
 (0)