From 8cf125d80d769b19fe594074eaccba2a356a0183 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 26 Aug 2022 11:55:47 +0100 Subject: [PATCH] flake8 config: fix typo (#8626) Accidentally introduced in #8612 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 7e2e59346..c0af49f3e 100644 --- a/.flake8 +++ b/.flake8 @@ -31,7 +31,7 @@ per-file-ignores = # https://github.com/PyCQA/flake8/issues/1079 # F811 redefinition of unused '...' stdlib/typing.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F811, F822, Y037 - # Generate protobuf files include docstrings + # Generated protobuf files include docstrings *_pb2.pyi: E301, E302, E305, E501, E701, Y021, Y026 exclude = .venv*,.git