Skip to content

Commit 61feb51

Browse files
chore(python): add E231 to .flake8 ignore list (googleapis#440)
Source-Link: googleapis/synthtool@7ff4aad Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:462782b0b492346b2d9099aaff52206dd30bc8e031ea97082e6facecc2373244
1 parent 7c379f5 commit 61feb51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.flake8

+1-1
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/**

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe
16+
digest: sha256:462782b0b492346b2d9099aaff52206dd30bc8e031ea97082e6facecc2373244

0 commit comments

Comments
 (0)