Skip to content

Commit

Permalink
Updates the pylint line length to match our internal style.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410582631
  • Loading branch information
dusenberrymw authored and Copybara-Service committed Nov 17, 2021
1 parent 60e1f32 commit 6bdb31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ deprecated-modules=regsub,TERMIOS,Bastion,rexec,sets
[FORMAT]

# Maximum number of characters on a single line.
max-line-length=150
max-line-length=80

# Regexp for a line that is allowed to be longer than the limit.
# This "ignore" regex is today composed of several independent parts:
Expand Down Expand Up @@ -216,4 +216,4 @@ ignore-exceptions=AssertionError,NotImplementedError,StopIteration,TypeError
# Number of spaces of indent required when the last token on the preceding line
# is an open (, [, or {.
indent-after-paren=4
indent-after-paren=4

0 comments on commit 6bdb31c

Please sign in to comment.