PyCQA / flake8-pyi

A plugin for Flake8 that provides specializations for type hinting stub files
MIT License
73 stars 23 forks source link

Check for bare `Incomplete` annotations #475

Closed srittau closed 7 months ago

github-actions[bot] commented 7 months ago

⚠ Flake8 diff showing the effect of this PR on typeshed:

> ./stdlib/encodings/__init__.pyi:10:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:31:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:31:71: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:35:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:35:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/resource_tracker.pyi:9:37: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/resource_tracker.pyi:10:39: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/util.pyi:45:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/util.pyi:62:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:13:60: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:14:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:14:46: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/dialog.pyi:15:89: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/scrolledtext.pyi:10:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:173:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:173:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:63: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:84: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:273:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:273:60: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:67: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:88: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing_extensions.pyi:416:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing_extensions.pyi:416:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/xml/dom/xmlbuilder.pyi:63:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:27:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:68:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PdfParser.pyi:68:14: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PyAccess.pyi:14:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PyAccess.pyi:16:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:20:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:21:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:22:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:23:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:26:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:29:34: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pygments/pygments/lexers/__init__.pyi:19:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pygments/pygments/styles/__init__.pyi:13:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/__init__.pyi:259:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:23:46: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:24:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:41:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:47:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi:44:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/bleach/bleach/sanitizer.pyi:28:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/debugutils.pyi:8:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/debugutils.pyi:9:6: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/queueutils.pyi:8:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/queueutils.pyi:9:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boto/boto/__init__.pyi:143:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boto/boto/ec2/__init__.pyi:11:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/braintree/braintree/risk_data.pyi:6:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/davclient.pyi:69:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:36:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:74:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:77:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:80:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/cffi/_cffi_backend.pyi:86:57: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/click-default-group/click_default_group.pyi:26:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/dateparser/dateparser/utils/__init__.pyi:26:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/core.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/examples.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/frontend.pyi:78:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/frontend.pyi:81:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/io.pyi:84:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/languages/__init__.pyi:13:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/nodes.pyi:464:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/directives/body.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/directives/html.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/directives/images.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/directives/misc.pyi:30:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/directives/references.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/directives/tables.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/parsers/rst/states.pyi:97:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/readers/pep.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/readers/standalone.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/transforms/__init__.pyi:7:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/transforms/__init__.pyi:12:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/transforms/__init__.pyi:14:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:72:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:80:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:88:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:96:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:104:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:112:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/__init__.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/docutils_xml.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/html4css1.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/html5_polyglot.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/latex2e.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/manpage.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/null.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/odf_odt.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/pep_html.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/pseudoxml.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/s5_html.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/writers/xetex.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/flake8-bugbear/bugbear.pyi:27:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/flake8-bugbear/bugbear.pyi:29:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/flake8-builtins/flake8_builtins.pyi:12:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/flake8-docstrings/flake8_docstrings.pyi:21:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/flake8-typing-imports/flake8_typing_imports.pyi:17:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/fpdf2/fpdf/html.pyi:87:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/fpdf2/fpdf/html.pyi:87:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:71: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:30: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:50: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:73: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:32: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:75: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/jsonschema/jsonschema/exceptions.pyi:35:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/jsonschema/jsonschema/exceptions.pyi:36:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/core.pyi:16:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/__init__.pyi:95:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/iana.pyi:24:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/iana.pyi:48:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/operators/binary.pyi:25:43: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:48:78: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:58:99: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:71:49: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:18:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:20:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:21:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:24:86: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/convert.pyi:23:100: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/descriptors/base.pyi:299:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/descriptors/excel.pyi:25:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:25:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:34:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi:111:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/parsimonious/parsimonious/nodes.pyi:39:77: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pep8-naming/pep8ext_naming.pyi:29:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pep8-naming/pep8ext_naming.pyi:31:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:4:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:5:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:13:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:15:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:17:18: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:285:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:286:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/pool.pyi:15:55: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/pool.pyi:16:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:34: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:169:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:187:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:20:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:25:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:25:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:26:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:26:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:28:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:29:21: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:29:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:40:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:46:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:46:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:53:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:53:57: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyinstaller/PyInstaller/building/splash.pyi:27:98: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:161:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:163:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:163:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:295:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:297:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:297:47: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-datemath/datemath/helpers.pyi:10:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pytz/pytz/lazy.pyi:6:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/redis/redis/cluster.pyi:253:74: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/redis/redis/commands/cluster.pyi:55:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:32: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:53: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/groupby.pyi:26:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/groupby.pyi:29:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/plot.pyi:56:96: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:96:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:97:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:47: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/typing.pyi:15:81: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/axisgrid.pyi:67:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:74:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:75:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:76:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:109:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:193:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:194:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:195:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:226:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:227:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:228:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:229:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:293:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:43:7: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:153:77: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:155:102: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:167:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:197:7: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/utils.pyi:106:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:120:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:160:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:180:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:185:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:193:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:205:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:223:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:235:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:304:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:404:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/autodiff.pyi:63:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/config/__init__.pyi:13:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/config/experimental.pyi:17:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/data/__init__.pyi:242:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/data/__init__.pyi:269:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/data/experimental.pyi:33:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/distribute/__init__.pyi:5:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/distribute/experimental/coordinator.pyi:12:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/dtypes.pyi:30:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/dtypes.pyi:57:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/experimental/__init__.pyi:8:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/experimental/__init__.pyi:10:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/experimental/dtensor.pyi:19:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/io/__init__.pyi:106:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/io/gfile.pyi:11:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/__init__.pyi:17:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/callbacks.pyi:151:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/constraints.pyi:17:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/initializers.pyi:51:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/layers/__init__.pyi:100:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/layers/__init__.pyi:326:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/layers/preprocessing/index_lookup.pyi:7:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/losses.pyi:153:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/metrics.pyi:120:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:29:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:49: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:64:53: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:73:83: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:189:30: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:235:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi:7:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi:112:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/linalg.pyi:52:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/math.pyi:289:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/nn.pyi:195:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/python/__init__.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/python/distribute/distribute_lib.pyi:5:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi:120:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/python/keras/__init__.pyi:3:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/python/trackable/resource.pyi:11:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/raw_ops.pyi:45:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/saved_model/experimental.pyi:27:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/sparse.pyi:29:41: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/sparse.pyi:31:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/train/__init__.pyi:73:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/train/experimental.pyi:13:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:65: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:88: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:29:31: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/discord.pyi:87:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/slack.pyi:87:91: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/telegram.pyi:92:91: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:16:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:17:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:17:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:19:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:19:43: Y065 Don't use bare "Incomplete", leave unannotated
github-actions[bot] commented 7 months ago

⚠ Flake8 diff showing the effect of this PR on typeshed:

> ./stdlib/importlib/resources/simple.pyi:31:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:31:71: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:35:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:35:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/resource_tracker.pyi:9:37: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/resource_tracker.pyi:10:39: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/util.pyi:45:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/util.pyi:62:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:13:60: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:14:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:14:46: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/dialog.pyi:15:89: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/scrolledtext.pyi:10:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:173:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:173:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:63: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:84: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:273:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:273:60: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:67: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:88: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing_extensions.pyi:416:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing_extensions.pyi:416:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/xml/dom/xmlbuilder.pyi:63:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:27:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:68:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PdfParser.pyi:68:14: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PyAccess.pyi:14:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PyAccess.pyi:16:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:20:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:21:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:22:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:23:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/__init__.pyi:259:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:23:46: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:24:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:41:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:47:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi:44:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/bleach/bleach/sanitizer.pyi:28:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/debugutils.pyi:8:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/debugutils.pyi:9:6: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/queueutils.pyi:8:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/queueutils.pyi:9:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/braintree/braintree/risk_data.pyi:6:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/davclient.pyi:69:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:36:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:74:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:77:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:80:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/cffi/_cffi_backend.pyi:86:57: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/dateparser/dateparser/utils/__init__.pyi:26:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:72:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:80:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:88:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:96:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:104:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:112:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/fpdf2/fpdf/html.pyi:87:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/fpdf2/fpdf/html.pyi:87:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:71: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:30: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:50: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:73: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:32: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:75: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/jsonschema/jsonschema/exceptions.pyi:35:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/jsonschema/jsonschema/exceptions.pyi:36:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/core.pyi:16:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/__init__.pyi:95:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/iana.pyi:24:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/iana.pyi:48:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/operators/binary.pyi:25:43: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:48:78: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:58:99: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:71:49: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:18:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:20:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:21:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:24:86: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/convert.pyi:23:100: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/descriptors/base.pyi:299:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/descriptors/excel.pyi:25:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:25:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:34:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi:111:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/parsimonious/parsimonious/nodes.pyi:39:77: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:4:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:5:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:13:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:15:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:17:18: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:285:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:286:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/pool.pyi:15:55: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/pool.pyi:16:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:34: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:169:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:20:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:25:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:25:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:26:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:26:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:28:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:29:21: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:29:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:40:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:46:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:46:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:53:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:53:57: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyinstaller/PyInstaller/building/splash.pyi:27:98: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:161:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:163:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:163:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:295:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:297:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:297:47: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pytz/pytz/lazy.pyi:6:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/redis/redis/cluster.pyi:253:74: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/redis/redis/commands/cluster.pyi:55:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:32: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:53: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/groupby.pyi:26:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/groupby.pyi:29:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/plot.pyi:56:96: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:96:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:97:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:47: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/typing.pyi:15:81: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/axisgrid.pyi:67:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:74:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:75:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:76:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:109:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:193:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:194:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:195:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:226:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:227:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:228:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:229:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:293:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:43:7: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:153:77: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:155:102: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:167:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:197:7: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/utils.pyi:106:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:185:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:193:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:304:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/callbacks.pyi:151:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/layers/preprocessing/index_lookup.pyi:7:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:29:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:49: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:64:53: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:73:83: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:189:30: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/saved_model/experimental.pyi:27:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:65: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:88: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/discord.pyi:87:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/slack.pyi:87:91: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/telegram.pyi:92:91: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:16:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:17:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:17:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:19:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:19:43: Y065 Don't use bare "Incomplete", leave unannotated
github-actions[bot] commented 7 months ago

⚠ Flake8 diff showing the effect of this PR on typeshed:

> ./stdlib/importlib/resources/simple.pyi:31:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:31:71: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:35:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/importlib/resources/simple.pyi:35:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/resource_tracker.pyi:9:37: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/resource_tracker.pyi:10:39: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/util.pyi:45:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/multiprocessing/util.pyi:62:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:13:60: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:14:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/commondialog.pyi:14:46: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/dialog.pyi:15:89: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/tkinter/scrolledtext.pyi:10:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:173:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:173:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:63: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:224:84: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:273:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:273:60: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:67: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing.pyi:274:88: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing_extensions.pyi:416:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/typing_extensions.pyi:416:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stdlib/xml/dom/xmlbuilder.pyi:63:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:27:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:68:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PdfParser.pyi:68:14: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PyAccess.pyi:14:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/PyAccess.pyi:16:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:20:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:21:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:22:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/Pillow/PIL/_imaging.pyi:23:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/__init__.pyi:259:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:23:46: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:24:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:41:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:47:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi:44:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/bleach/bleach/sanitizer.pyi:28:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/debugutils.pyi:8:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/debugutils.pyi:9:6: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/queueutils.pyi:8:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/boltons/boltons/queueutils.pyi:9:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/braintree/braintree/risk_data.pyi:6:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/davclient.pyi:69:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:36:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:74:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:77:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/caldav/caldav/objects.pyi:80:95: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/cffi/_cffi_backend.pyi:86:57: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/dateparser/dateparser/utils/__init__.pyi:26:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:72:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:80:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:88:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:96:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:104:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/docutils/docutils/utils/__init__.pyi:112:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/fpdf2/fpdf/html.pyi:87:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/fpdf2/fpdf/html.pyi:87:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:71: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:30: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:50: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:73: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:32: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:75: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/jsonschema/jsonschema/exceptions.pyi:35:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/jsonschema/jsonschema/exceptions.pyi:36:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/core.pyi:16:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/__init__.pyi:95:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/iana.pyi:24:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/netaddr/netaddr/ip/iana.pyi:48:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/operators/binary.pyi:25:43: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:48:78: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:58:99: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/graph.pyi:71:49: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:18:54: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:20:51: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:21:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/classes/reportviews.pyi:24:86: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/networkx/networkx/convert.pyi:23:100: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/descriptors/base.pyi:299:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/descriptors/excel.pyi:25:56: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:25:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:34:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi:111:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/parsimonious/parsimonious/nodes.pyi:39:77: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:4:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:5:36: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:13:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:15:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:17:18: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:285:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:286:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/pool.pyi:15:55: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/psycopg2/psycopg2/pool.pyi:16:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:34: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:52: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:169:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:20:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:25:23: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:25:44: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:26:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:26:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:28:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:29:21: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:29:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:40:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:46:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:46:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:53:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pycurl/pycurl.pyi:53:57: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pyinstaller/PyInstaller/building/splash.pyi:27:98: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:161:61: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:163:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:163:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:295:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:297:27: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/python-crontab/crontab.pyi:297:47: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/pytz/pytz/lazy.pyi:6:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/redis/redis/cluster.pyi:253:74: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/redis/redis/commands/cluster.pyi:55:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:15: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:32: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:53: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/groupby.pyi:26:10: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/groupby.pyi:29:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/plot.pyi:56:96: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:96:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:97:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:47: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/_core/typing.pyi:15:81: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/axisgrid.pyi:67:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:74:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:75:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:76:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:109:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:193:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:194:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:195:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:226:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:227:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:228:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:229:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/categorical.pyi:293:5: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:43:7: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:153:77: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:155:102: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:167:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/matrix.pyi:197:7: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/seaborn/seaborn/utils.pyi:106:48: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:185:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:193:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/__init__.pyi:304:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/callbacks.pyi:151:11: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/layers/preprocessing/index_lookup.pyi:7:40: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:29:29: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:28: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:49: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:64:53: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:73:83: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/keras/models.pyi:189:30: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/saved_model/experimental.pyi:27:25: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:65: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:88: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/discord.pyi:87:9: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/slack.pyi:87:91: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/contrib/telegram.pyi:92:91: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:16:35: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:17:24: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:17:45: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:19:22: Y065 Don't use bare "Incomplete", leave unannotated
> ./stubs/tqdm/tqdm/rich.pyi:19:43: Y065 Don't use bare "Incomplete", leave unannotated
github-actions[bot] commented 7 months ago

⚠ Flake8 diff showing the effect of this PR on typeshed:

> ./stdlib/importlib/resources/simple.pyi:31:51: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/importlib/resources/simple.pyi:31:71: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stdlib/importlib/resources/simple.pyi:35:36: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/importlib/resources/simple.pyi:35:56: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/resource_tracker.pyi:9:37: Y065 Leave parameter "rtype" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/resource_tracker.pyi:10:39: Y065 Leave parameter "rtype" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/util.pyi:45:25: Y065 Leave parameter "obj" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/util.pyi:62:10: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/tkinter/commondialog.pyi:13:60: Y065 Leave parameter "options" unannotated rather than using "Incomplete"
> ./stdlib/tkinter/commondialog.pyi:14:22: Y065 Leave parameter "options" unannotated rather than using "Incomplete"
> ./stdlib/tkinter/commondialog.pyi:14:46: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/tkinter/dialog.pyi:15:89: Y065 Leave parameter "kw" unannotated rather than using "Incomplete"
> ./stdlib/tkinter/scrolledtext.pyi:10:54: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:173:36: Y065 Leave parameter "arg" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:173:56: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:224:44: Y065 Leave parameter "alias" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:224:63: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:224:84: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:273:40: Y065 Leave parameter "arg" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:273:60: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:274:48: Y065 Leave parameter "alias" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:274:67: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:274:88: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing_extensions.pyi:416:36: Y065 Leave parameter "arg" unannotated rather than using "Incomplete"
> ./stdlib/typing_extensions.pyi:416:56: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/xml/dom/xmlbuilder.pyi:63:40: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:27:9: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:68:9: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/PdfParser.pyi:68:14: Y065 Leave parameter "x" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/PyAccess.pyi:14:51: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/PyAccess.pyi:16:48: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:20:48: Y065 Leave parameter "color" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:21:54: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:22:45: Y065 Leave parameter "color" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:23:51: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/__init__.pyi:259:35: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:23:46: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:24:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:41:27: Y065 Leave parameter "s" unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:47:23: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi:44:9: Y065 Leave parameter "recognizer" unannotated rather than using "Incomplete"
> ./stubs/bleach/bleach/sanitizer.pyi:28:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/debugutils.pyi:8:5: Y065 Leave parameter "obj" unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/debugutils.pyi:9:6: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/queueutils.pyi:8:36: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/queueutils.pyi:9:35: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/braintree/braintree/risk_data.pyi:6:24: Y065 Leave parameter "attributes" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/davclient.pyi:69:11: Y065 Leave parameter "extra" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:36:11: Y065 Leave parameter "extra" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:74:95: Y065 Leave parameter "ical_data" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:77:95: Y065 Leave parameter "ical_data" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:80:95: Y065 Leave parameter "ical_data" unannotated rather than using "Incomplete"
> ./stubs/cffi/_cffi_backend.pyi:86:57: Y065 Leave parameter "object" unannotated rather than using "Incomplete"
> ./stubs/dateparser/dateparser/utils/__init__.pyi:26:52: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:72:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:80:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:88:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:96:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:104:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:112:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/fpdf2/fpdf/html.pyi:87:25: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/fpdf2/fpdf/html.pyi:87:45: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:28: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:48: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:71: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:30: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:50: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:73: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:32: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:52: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:75: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/jsonschema/jsonschema/exceptions.pyi:35:9: Y065 Leave parameter "instance" unannotated rather than using "Incomplete"
> ./stubs/jsonschema/jsonschema/exceptions.pyi:36:9: Y065 Leave parameter "schema" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/core.pyi:16:22: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/ip/__init__.pyi:95:22: Y065 Leave parameter "module" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/ip/iana.pyi:24:24: Y065 Leave parameter "fh" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/ip/iana.pyi:48:22: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/algorithms/operators/binary.pyi:25:43: Y065 Leave parameter "rename" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:24: Y065 Leave parameter "left" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:48: Y065 Leave parameter "right" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/graph.pyi:48:78: Y065 Leave parameter "attr" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/graph.pyi:58:99: Y065 Leave parameter "attr" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/graph.pyi:71:49: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:18:54: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:20:51: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:21:45: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:24:86: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/convert.pyi:23:100: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/descriptors/base.pyi:299:56: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/descriptors/excel.pyi:25:56: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:25:24: Y065 Leave parameter "range_string" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:34:24: Y065 Leave parameter "range_string" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi:111:5: Y065 Leave parameter "inclusive_ns_prefixes" unannotated rather than using "Incomplete"
> ./stubs/parsimonious/parsimonious/nodes.pyi:39:77: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:4:36: Y065 Leave parameter "file_des" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:5:36: Y065 Leave parameter "file_des" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:13:15: Y065 Leave parameter "msg" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:15:22: Y065 Leave parameter "msg" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:17:18: Y065 Leave parameter "descriptor" unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:285:28: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:286:28: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:24: Y065 Leave parameter "protocol" unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:52: Y065 Leave parameter "alternate" unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/pool.pyi:15:55: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/pool.pyi:16:23: Y065 Leave parameter "conn" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:15: Y065 Leave parameter "label" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:34: Y065 Leave parameter "olen" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:52: Y065 Leave parameter "context" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:169:10: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:20:35: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:25:23: Y065 Leave parameter "info" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:25:44: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:26:27: Y065 Leave parameter "info" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:26:48: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:28:40: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:29:21: Y065 Leave parameter "bitmask" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:29:45: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:40:35: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:46:35: Y065 Leave parameter "socket" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:46:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:53:35: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:53:57: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pyinstaller/PyInstaller/building/splash.pyi:27:98: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:161:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:163:29: Y065 Leave parameter "kw" unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:163:48: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:295:27: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:297:27: Y065 Leave parameter "key" unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:297:47: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pytz/pytz/lazy.pyi:6:40: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/redis/redis/cluster.pyi:253:74: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/redis/redis/commands/cluster.pyi:55:29: Y065 Leave parameter "target_node" unannotated rather than using "Incomplete"
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:15: Y065 Leave parameter "url" unannotated rather than using "Incomplete"
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:32: Y065 Leave parameter "headers" unannotated rather than using "Incomplete"
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:53: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/groupby.pyi:26:10: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/groupby.pyi:29:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/plot.pyi:56:96: Y065 Leave parameter "kwds" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:96:25: Y065 Leave parameter "units" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:97:28: Y065 Leave parameter "x" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:29: Y065 Leave parameter "x" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:47: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/typing.pyi:15:81: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/axisgrid.pyi:67:9: Y065 Leave parameter "prop_cycle" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:74:5: Y065 Leave parameter "scale" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:75:5: Y065 Leave parameter "scale_hue" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:76:5: Y065 Leave parameter "bw" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:109:5: Y065 Leave parameter "scale" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:193:5: Y065 Leave parameter "ci" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:194:5: Y065 Leave parameter "errcolor" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:195:5: Y065 Leave parameter "errwidth" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:226:5: Y065 Leave parameter "ci" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:227:5: Y065 Leave parameter "errwidth" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:228:5: Y065 Leave parameter "join" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:229:5: Y065 Leave parameter "scale" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:293:5: Y065 Leave parameter "ci" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:43:7: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:153:77: Y065 Leave parameter "kws" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:155:102: Y065 Leave parameter "kws" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:167:11: Y065 Leave parameter "kws" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:197:7: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/utils.pyi:106:48: Y065 Leave parameter "dtype" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/__init__.pyi:185:9: Y065 Leave parameter "node_def" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/__init__.pyi:193:9: Y065 Leave parameter "op_def" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/__init__.pyi:304:29: Y065 Leave parameter "other" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/callbacks.pyi:151:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/layers/preprocessing/index_lookup.pyi:7:40: Y065 Leave parameter "input_spec" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:29:29: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:28: Y065 Leave parameter "memo" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:49: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:64:53: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:73:83: Y065 Leave parameter "sample_weight" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:189:30: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/saved_model/experimental.pyi:27:25: Y065 Leave parameter "proto" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:45: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:65: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:88: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/contrib/discord.pyi:87:9: Y065 Leave parameter "bar_style" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/contrib/slack.pyi:87:91: Y065 Leave parameter "bar_style" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/contrib/telegram.pyi:92:91: Y065 Leave parameter "bar_style" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:16:35: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:17:24: Y065 Leave parameter "task" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:17:45: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:19:22: Y065 Leave parameter "task" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:19:43: Y065 Leave return type unannotated rather than using "Incomplete"
github-actions[bot] commented 7 months ago

⚠ Flake8 diff showing the effect of this PR on typeshed:

> ./stdlib/importlib/resources/simple.pyi:31:51: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/importlib/resources/simple.pyi:31:71: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stdlib/importlib/resources/simple.pyi:35:36: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/importlib/resources/simple.pyi:35:56: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/resource_tracker.pyi:9:37: Y065 Leave parameter "rtype" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/resource_tracker.pyi:10:39: Y065 Leave parameter "rtype" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/util.pyi:45:25: Y065 Leave parameter "obj" unannotated rather than using "Incomplete"
> ./stdlib/multiprocessing/util.pyi:62:10: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/tkinter/commondialog.pyi:13:60: Y065 Leave parameter "options" unannotated rather than using "Incomplete"
> ./stdlib/tkinter/commondialog.pyi:14:22: Y065 Leave parameter "options" unannotated rather than using "Incomplete"
> ./stdlib/tkinter/commondialog.pyi:14:46: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/tkinter/dialog.pyi:15:89: Y065 Leave parameter "kw" unannotated rather than using "Incomplete"
> ./stdlib/tkinter/scrolledtext.pyi:10:54: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:173:36: Y065 Leave parameter "arg" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:173:56: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:224:44: Y065 Leave parameter "alias" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:224:63: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:224:84: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:273:40: Y065 Leave parameter "arg" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:273:60: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:274:48: Y065 Leave parameter "alias" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:274:67: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stdlib/typing.pyi:274:88: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/typing_extensions.pyi:416:36: Y065 Leave parameter "arg" unannotated rather than using "Incomplete"
> ./stdlib/typing_extensions.pyi:416:56: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stdlib/xml/dom/xmlbuilder.pyi:63:40: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:27:9: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/Flask-SocketIO/flask_socketio/namespace.pyi:68:9: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/PdfParser.pyi:68:14: Y065 Leave parameter "x" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/PyAccess.pyi:14:51: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/PyAccess.pyi:16:48: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:20:48: Y065 Leave parameter "color" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:21:54: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:22:45: Y065 Leave parameter "color" unannotated rather than using "Incomplete"
> ./stubs/Pillow/PIL/_imaging.pyi:23:51: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/__init__.pyi:259:35: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:23:46: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:24:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:41:27: Y065 Leave parameter "s" unannotated rather than using "Incomplete"
> ./stubs/aiofiles/aiofiles/tempfile/temptypes.pyi:47:23: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi:44:9: Y065 Leave parameter "recognizer" unannotated rather than using "Incomplete"
> ./stubs/bleach/bleach/sanitizer.pyi:28:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/debugutils.pyi:8:5: Y065 Leave parameter "obj" unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/debugutils.pyi:9:6: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/queueutils.pyi:8:36: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/boltons/boltons/queueutils.pyi:9:35: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/braintree/braintree/risk_data.pyi:6:24: Y065 Leave parameter "attributes" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/davclient.pyi:69:11: Y065 Leave parameter "extra" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:36:11: Y065 Leave parameter "extra" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:74:95: Y065 Leave parameter "ical_data" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:77:95: Y065 Leave parameter "ical_data" unannotated rather than using "Incomplete"
> ./stubs/caldav/caldav/objects.pyi:80:95: Y065 Leave parameter "ical_data" unannotated rather than using "Incomplete"
> ./stubs/cffi/_cffi_backend.pyi:86:57: Y065 Leave parameter "object" unannotated rather than using "Incomplete"
> ./stubs/dateparser/dateparser/utils/__init__.pyi:26:52: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:72:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:80:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:88:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:96:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:104:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/docutils/docutils/utils/__init__.pyi:112:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/fpdf2/fpdf/html.pyi:87:25: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/fpdf2/fpdf/html.pyi:87:45: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:28: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:48: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:37:71: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:30: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:50: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:86:73: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:32: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:52: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/hdbcli/hdbcli/dbapi.pyi:87:75: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/jsonschema/jsonschema/exceptions.pyi:35:9: Y065 Leave parameter "instance" unannotated rather than using "Incomplete"
> ./stubs/jsonschema/jsonschema/exceptions.pyi:36:9: Y065 Leave parameter "schema" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/core.pyi:16:22: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/ip/__init__.pyi:95:22: Y065 Leave parameter "module" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/ip/iana.pyi:24:24: Y065 Leave parameter "fh" unannotated rather than using "Incomplete"
> ./stubs/netaddr/netaddr/ip/iana.pyi:48:22: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/algorithms/operators/binary.pyi:25:43: Y065 Leave parameter "rename" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:24: Y065 Leave parameter "left" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/algorithms/planarity.pyi:26:48: Y065 Leave parameter "right" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/graph.pyi:48:78: Y065 Leave parameter "attr" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/graph.pyi:58:99: Y065 Leave parameter "attr" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/graph.pyi:71:49: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:18:54: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:20:51: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:21:45: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/classes/reportviews.pyi:24:86: Y065 Leave parameter "default" unannotated rather than using "Incomplete"
> ./stubs/networkx/networkx/convert.pyi:23:100: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/descriptors/base.pyi:299:56: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/descriptors/excel.pyi:25:56: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:25:24: Y065 Leave parameter "range_string" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/worksheet/print_settings.pyi:34:24: Y065 Leave parameter "range_string" unannotated rather than using "Incomplete"
> ./stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi:111:5: Y065 Leave parameter "inclusive_ns_prefixes" unannotated rather than using "Incomplete"
> ./stubs/parsimonious/parsimonious/nodes.pyi:39:77: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:4:36: Y065 Leave parameter "file_des" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/builder.pyi:5:36: Y065 Leave parameter "file_des" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:13:15: Y065 Leave parameter "msg" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:15:22: Y065 Leave parameter "msg" unannotated rather than using "Incomplete"
> ./stubs/protobuf/google/protobuf/internal/well_known_types.pyi:17:18: Y065 Leave parameter "descriptor" unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:285:28: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:286:28: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:24: Y065 Leave parameter "protocol" unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/_psycopg.pyi:585:52: Y065 Leave parameter "alternate" unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/pool.pyi:15:55: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/psycopg2/psycopg2/pool.pyi:16:23: Y065 Leave parameter "conn" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:15: Y065 Leave parameter "label" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:34: Y065 Leave parameter "olen" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:168:52: Y065 Leave parameter "context" unannotated rather than using "Incomplete"
> ./stubs/pyOpenSSL/OpenSSL/SSL.pyi:169:10: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:20:35: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:25:23: Y065 Leave parameter "info" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:25:44: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:26:27: Y065 Leave parameter "info" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:26:48: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:28:40: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:29:21: Y065 Leave parameter "bitmask" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:29:45: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:40:35: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:46:35: Y065 Leave parameter "socket" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:46:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:53:35: Y065 Leave parameter "value" unannotated rather than using "Incomplete"
> ./stubs/pycurl/pycurl.pyi:53:57: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pyinstaller/PyInstaller/building/splash.pyi:27:98: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:161:61: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:163:29: Y065 Leave parameter "kw" unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:163:48: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:295:27: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:297:27: Y065 Leave parameter "key" unannotated rather than using "Incomplete"
> ./stubs/python-crontab/crontab.pyi:297:47: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/pytz/pytz/lazy.pyi:6:40: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/redis/redis/cluster.pyi:253:74: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/redis/redis/commands/cluster.pyi:55:29: Y065 Leave parameter "target_node" unannotated rather than using "Incomplete"
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:15: Y065 Leave parameter "url" unannotated rather than using "Incomplete"
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:32: Y065 Leave parameter "headers" unannotated rather than using "Incomplete"
> ./stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi:20:53: Y065 Leave parameter "data" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/groupby.pyi:26:10: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/groupby.pyi:29:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/plot.pyi:56:96: Y065 Leave parameter "kwds" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:96:25: Y065 Leave parameter "units" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:97:28: Y065 Leave parameter "x" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:29: Y065 Leave parameter "x" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/scales.pyi:98:47: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/_core/typing.pyi:15:81: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/axisgrid.pyi:67:9: Y065 Leave parameter "prop_cycle" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:74:5: Y065 Leave parameter "scale" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:75:5: Y065 Leave parameter "scale_hue" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:76:5: Y065 Leave parameter "bw" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:109:5: Y065 Leave parameter "scale" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:193:5: Y065 Leave parameter "ci" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:194:5: Y065 Leave parameter "errcolor" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:195:5: Y065 Leave parameter "errwidth" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:226:5: Y065 Leave parameter "ci" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:227:5: Y065 Leave parameter "errwidth" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:228:5: Y065 Leave parameter "join" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:229:5: Y065 Leave parameter "scale" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/categorical.pyi:293:5: Y065 Leave parameter "ci" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:43:7: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:153:77: Y065 Leave parameter "kws" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:155:102: Y065 Leave parameter "kws" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:167:11: Y065 Leave parameter "kws" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/matrix.pyi:197:7: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/seaborn/seaborn/utils.pyi:106:48: Y065 Leave parameter "dtype" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/__init__.pyi:185:9: Y065 Leave parameter "node_def" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/__init__.pyi:193:9: Y065 Leave parameter "op_def" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/__init__.pyi:304:29: Y065 Leave parameter "other" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/callbacks.pyi:151:11: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/layers/preprocessing/index_lookup.pyi:7:40: Y065 Leave parameter "input_spec" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:29:29: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:28: Y065 Leave parameter "memo" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:30:49: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:64:53: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:73:83: Y065 Leave parameter "sample_weight" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/keras/models.pyi:189:30: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/saved_model/experimental.pyi:27:25: Y065 Leave parameter "proto" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:45: Y065 Leave parameter "args" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:65: Y065 Leave parameter "kwargs" unannotated rather than using "Incomplete"
> ./stubs/tensorflow/tensorflow/types/experimental.pyi:27:88: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/contrib/discord.pyi:87:9: Y065 Leave parameter "bar_style" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/contrib/slack.pyi:87:91: Y065 Leave parameter "bar_style" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/contrib/telegram.pyi:92:91: Y065 Leave parameter "bar_style" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:16:35: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:17:24: Y065 Leave parameter "task" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:17:45: Y065 Leave return type unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:19:22: Y065 Leave parameter "task" unannotated rather than using "Incomplete"
> ./stubs/tqdm/tqdm/rich.pyi:19:43: Y065 Leave return type unannotated rather than using "Incomplete"