-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest codemod for --no-implicit-optional
#13747
Merged
hauntsaninja
merged 3 commits into
python:master
from
hauntsaninja:no-implicit-optional-codemod
Sep 29, 2022
Merged
Suggest codemod for --no-implicit-optional
#13747
hauntsaninja
merged 3 commits into
python:master
from
hauntsaninja:no-implicit-optional-codemod
Sep 29, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
hauntsaninja
force-pushed
the
no-implicit-optional-codemod
branch
from
September 28, 2022 23:01
03c5ec3
to
13aeaa4
Compare
This comment has been minimized.
This comment has been minimized.
Diff from mypy_primer, showing the effect of this PR on open source code: kornia (https://github.com/kornia/kornia)
+ kornia/utils/helpers.py:31: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ kornia/utils/helpers.py:31: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ kornia/feature/sold2/sold2_detector.py:65: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ kornia/feature/sold2/sold2_detector.py:65: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ kornia/feature/adalam/adalam.py:94: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ kornia/feature/adalam/adalam.py:94: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ kornia/feature/adalam/adalam.py:120: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ kornia/feature/adalam/adalam.py:120: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ kornia/feature/adalam/adalam.py:121: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ kornia/feature/adalam/adalam.py:121: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ kornia/x/trainers.py:73: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ kornia/x/trainers.py:73: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ kornia/augmentation/_2d/geometric/crop.py:130: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ kornia/augmentation/_2d/geometric/crop.py:130: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
operator (https://github.com/canonical/operator)
+ ops/framework.py:694: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/framework.py:694: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/framework.py:886: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/framework.py:886: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:407: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:407: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:858: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:858: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:970: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:970: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1007: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1007: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1610: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1610: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1793: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1793: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1828: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1828: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1829: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1829: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1848: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1848: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1889: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1889: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ ops/testing.py:1890: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ ops/testing.py:1890: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
paroxython (https://github.com/laowantong/paroxython)
+ paroxython/list_programs.py:51: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ paroxython/list_programs.py:51: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
Expression (https://github.com/cognitedata/Expression)
+ expression/core/union.py:62: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ expression/core/union.py:62: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
pyppeteer (https://github.com/pyppeteer/pyppeteer)
+ pyppeteer/connection.py:81: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/connection.py:81: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/connection.py:210: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/connection.py:210: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/execution_context.py:33: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/execution_context.py:33: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/tracing.py:32: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/tracing.py:32: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:91: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:91: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:119: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:119: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:522: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:522: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:541: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:541: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:773: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:773: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:848: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:848: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:857: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:857: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:912: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:912: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:946: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:946: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:979: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:979: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:989: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:989: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1018: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1018: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1066: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1066: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1137: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1137: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1248: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1248: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1410: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1410: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1446: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1446: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1507: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1507: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1520: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1520: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1554: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1554: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1582: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1582: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1611: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1611: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/page.py:1692: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/page.py:1692: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/network_manager.py:229: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/network_manager.py:229: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/network_manager.py:430: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/network_manager.py:430: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/network_manager.py:592: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/network_manager.py:592: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/navigator_watcher.py:20: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/navigator_watcher.py:20: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/navigator_watcher.py:108: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/navigator_watcher.py:108: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/navigator_watcher.py:114: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/navigator_watcher.py:114: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/launcher.py:70: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/launcher.py:70: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/launcher.py:239: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/launcher.py:239: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/launcher.py:310: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/launcher.py:310: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/launcher.py:365: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/launcher.py:365: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/input.py:58: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/input.py:58: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/input.py:188: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/input.py:188: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/input.py:217: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/input.py:217: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/input.py:261: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/input.py:261: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/input.py:285: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/input.py:285: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/input.py:306: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/input.py:306: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/input.py:326: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/input.py:326: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:218: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:218: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:574: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:574: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:651: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:651: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:665: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:665: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:691: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:691: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:700: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:700: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:709: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:709: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/frame_manager.py:722: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/frame_manager.py:722: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/element_handle.py:162: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/element_handle.py:162: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/element_handle.py:209: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/element_handle.py:209: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/element_handle.py:219: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/element_handle.py:219: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/element_handle.py:295: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/element_handle.py:295: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/coverage.py:53: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/coverage.py:53: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/coverage.py:93: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/coverage.py:93: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/coverage.py:137: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/coverage.py:137: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/coverage.py:230: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/coverage.py:230: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/browser.py:39: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/browser.py:39: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ pyppeteer/browser.py:142: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ pyppeteer/browser.py:142: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
prefect (https://github.com/PrefectHQ/prefect)
+ src/prefect/utilities/filesystem.py:30: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/utilities/filesystem.py:30: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/utilities/filesystem.py:97: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/utilities/filesystem.py:97: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/serializers.py:24: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/serializers.py:24: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/utilities/collections.py:73: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/utilities/collections.py:73: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/utilities/schemas.py:43: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/utilities/schemas.py:43: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/utilities/schemas.py:44: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/utilities/schemas.py:44: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/utilities/schemas.py:45: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/utilities/schemas.py:45: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/utilities/schemas.py:164: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/utilities/schemas.py:164: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/utilities/schemas.py:165: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/utilities/schemas.py:165: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/utilities/schemas.py:166: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/utilities/schemas.py:166: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/utilities/schemas.py:281: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/utilities/schemas.py:281: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/states.py:218: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/states.py:218: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/states.py:271: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/states.py:271: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/states.py:341: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/states.py:341: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/states.py:359: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/states.py:359: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/schedules.py:107: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/schedules.py:107: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/schedules.py:108: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/schedules.py:108: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/schedules.py:109: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/schedules.py:109: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/schedules.py:241: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/schedules.py:241: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/schedules.py:242: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/schedules.py:242: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/schedules.py:243: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/schedules.py:243: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
+ src/prefect/orion/schemas/schedules.py:395: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
+ src/prefect/orion/schemas/schedules.py:395: note: Use https://github.com/hauntsaninja/no_implicit_optional to a
... (truncated 1136 lines) ... |
JelleZijlstra
approved these changes
Sep 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.