Skip to content

Commit

Permalink
chore(python): add E231 to .flake8 ignore list (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Mar 30, 2022
1 parent 7390444 commit 7ff4aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Generated by synthtool. DO NOT EDIT!
[flake8]
ignore = E203, E266, E501, W503
ignore = E203, E231, E266, E501, W503
exclude =
# Exclude generated code.
**/proto/**
Expand Down

0 comments on commit 7ff4aad

Please sign in to comment.