Skip to content

Commit 4b0c7f7

Browse files
haifeng-jintensorflower-gardener
authored andcommitted
ignore flake8 W605 for invalid skip character.
PiperOrigin-RevId: 504411321
1 parent 0a1d269 commit 4b0c7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ profile=black
77
[flake8]
88
# imported but unused in __init__.py, that's ok.
99
per-file-ignores=*__init__.py:F401
10-
ignore=E203,W503,F632,E266,E731,E712,E741
10+
ignore=E203,W503,W605,F632,E266,E731,E712,E741
1111
max-line-length=80

0 commit comments

Comments
 (0)