Skip to content

Commit 0576bdf

Browse files
vihangmcopybaranaut
authored andcommitted
Allow 120 chars line length
Summary: TSIA Test Plan: Ran linter Reviewers: zasgar Reviewed By: zasgar Differential Revision: https://phab.corp.pixielabs.ai/D9276 GitOrigin-RevId: 1c7b24d
1 parent 4922f3a commit 0576bdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.flake8rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
max-line-length = 100
2+
max-line-length = 120
33

44
# N802: Function names have to be lower case. This is for GRPC service.
55
# E999: Mistaken error see https://github.com/PyCQA/pycodestyle/issues/584

.pxl.flake8rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
max-line-length = 100
2+
max-line-length = 120
33

44
# N802: Function names have to be lower case. This is for GRPC service.
55
# E999: Mistaken error see https://github.com/PyCQA/pycodestyle/issues/584

0 commit comments

Comments
 (0)