Skip to content

Commit 8cf125d

Browse files
authored
flake8 config: fix typo (#8626)
Accidentally introduced in #8612
1 parent 93ee41b commit 8cf125d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ per-file-ignores =
3131
# https://github.com/PyCQA/flake8/issues/1079
3232
# F811 redefinition of unused '...'
3333
stdlib/typing.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F811, F822, Y037
34-
# Generate protobuf files include docstrings
34+
# Generated protobuf files include docstrings
3535
*_pb2.pyi: E301, E302, E305, E501, E701, Y021, Y026
3636

3737
exclude = .venv*,.git

0 commit comments

Comments
 (0)