Remove remaining bare Incompletes (#11768)

Enable Y065
This commit is contained in:
Sebastian Rittau
2024-04-16 15:26:14 +02:00
committed by GitHub
parent 7c8e82fe48
commit 7d56cd9a6c
33 changed files with 110 additions and 100 deletions

View File

@@ -14,8 +14,6 @@ per-file-ignores =
# Y026: Have implicit type aliases
# Y053: have literals >50 characters long
stubs/*_pb2.pyi: Y021, Y023, Y026, Y053
# TODO: Remove bare "Incomplete"s from stubs (Y065)
stubs/*.pyi: Y065
exclude = .venv*,.git
noqa_require_code = true