Skip to content
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
merged 3 commits into from
Sep 29, 2022

Conversation

hauntsaninja
Copy link
Collaborator

No description provided.

@github-actions

This comment has been minimized.

@hauntsaninja hauntsaninja marked this pull request as draft September 27, 2022 07:01
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@hauntsaninja hauntsaninja marked this pull request as ready for review September 27, 2022 20:09
@hauntsaninja hauntsaninja force-pushed the no-implicit-optional-codemod branch from 03c5ec3 to 13aeaa4 Compare September 28, 2022 23:01
@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

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) ...

@hauntsaninja hauntsaninja merged commit 3015abf into python:master Sep 29, 2022
@hauntsaninja hauntsaninja deleted the no-implicit-optional-codemod branch September 29, 2022 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants