Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ee41b commit 8cf125dCopy full SHA for 8cf125d
1 file changed
.flake8
@@ -31,7 +31,7 @@ per-file-ignores =
31
# https://github.com/PyCQA/flake8/issues/1079
32
# F811 redefinition of unused '...'
33
stdlib/typing.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F811, F822, Y037
34
- # Generate protobuf files include docstrings
+ # Generated protobuf files include docstrings
35
*_pb2.pyi: E301, E302, E305, E501, E701, Y021, Y026
36
37
exclude = .venv*,.git
0 commit comments