X Tutup
The Wayback Machine - https://web.archive.org/web/20220819200531/https://github.com/python/typeshed/pull/8280
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

Use error codes for type ignores #8280

Merged
merged 4 commits into from Jul 12, 2022
Merged

Conversation

srittau
Copy link
Collaborator

@srittau srittau commented Jul 12, 2022

Disable reportSelfClsParameterName for pyright as this is out of typeshed's
control

Closes: #7497

Disable reportSelfClsParameterName for pytype as this is out of typeshed's
control

Closes: python#7497
stdlib/subprocess.pyi Outdated Show resolved Hide resolved
pyrightconfig.json Outdated Show resolved Hide resolved
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@github-actions

This comment has been minimized.

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Nice

@github-actions

This comment has been minimized.

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Jul 12, 2022

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit faae950 into python:master Jul 12, 2022
55 checks passed
@srittau srittau deleted the error-codes2 branch Jul 12, 2022
AlexWaygood added a commit that referenced this issue Jul 12, 2022
This wasn't possible prior to #8280, which disabled pyright's reportSelfClsParameterName check
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
X Tutup