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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

(馃巵) format type: ignore and other pragmas #11789

Open
KotlinIsland opened this issue Jun 7, 2024 · 1 comment
Open

(馃巵) format type: ignore and other pragmas #11789

KotlinIsland opened this issue Jun 7, 2024 · 1 comment
Labels
formatter Related to the formatter style How should formatted code look

Comments

@KotlinIsland
Copy link
Contributor

KotlinIsland commented Jun 7, 2024

- 1 + ""  # type:ignore[ unsafe-variance,operator]
+ 1 + ""  # type: ignore[unsafe-variance, operator]
@DetachHead
Copy link

some other examples: pyright: ignore, mypy: disable-error-code=foo and pyright: reportFoo=true

@charliermarsh charliermarsh added the formatter Related to the formatter label Jun 7, 2024
@MichaReiser MichaReiser added the style How should formatted code look label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatter Related to the formatter style How should formatted code look
Projects
None yet
Development

No branches or pull requests

4 participants