Skip to content

Commit 7ff4aad

Browse files
authored
chore(python): add E231 to .flake8 ignore list (#1379)
1 parent 7390444 commit 7ff4aad

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/python_library

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Generated by synthtool. DO NOT EDIT!
1818
[flake8]
19-
ignore = E203, E266, E501, W503
19+
ignore = E203, E231, E266, E501, W503
2020
exclude =
2121
# Exclude generated code.
2222
**/proto/**

0 commit comments

Comments
 (0)