mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-03 08:32:44 +08:00
Bump to mypy-protobuf 3.3.0 (#8612)
* Bump to mypy-protobuf 3.3.0 * Remove some ignores for formatting
This commit is contained in:
4
.flake8
4
.flake8
@@ -31,5 +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
|
||||
*_pb2.pyi: E301, E302, E305, E501, E701, Y021, Y026
|
||||
|
||||
exclude = .venv*,.git,*_pb2.pyi
|
||||
exclude = .venv*,.git
|
||||
|
||||
Reference in New Issue
Block a user