File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
298298indent-after-paren =4
You can’t perform that action at this time.
0 commit comments