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

fix reportMissingSuperCall being reported on abstract methods #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DetachHead
Copy link
Owner

fixes #112

This comment has been minimized.

@DetachHead DetachHead force-pushed the fix-reportMissingSuperCall-with-abstract-methods branch from a9ff62f to 51d92b2 Compare February 25, 2024 02:38
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

pytest-robotframework (https://github.com/detachhead/pytest-robotframework)
+   /tmp/mypy_primer/projects/pytest-robotframework/pytest_robotframework/__init__.py:384:45 - error: Unnecessary "# pyright: ignore" rule: "reportMissingSuperCall"
+   /tmp/mypy_primer/projects/pytest-robotframework/tests/conftest.py:186:78 - error: Unnecessary "# pyright: ignore" rule: "reportMissingSuperCall"
- 2050 errors, 0 warnings, 0 notes 
+ 2052 errors, 0 warnings, 0 notes 

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.

reportAbstractUsage conflicts with reportMissingSuperCall
1 participant