-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Issues: python/mypy
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Feature request: option that prohibits any use of type:ignore, and other type-checking-suppression mechanisms
feature
topic-type-ignore
# type: ignore comments
#17078
opened Mar 30, 2024 by
wyattscarpenter
Request: opt-in rule preventing duplicate error codes
feature
priority-2-low
topic-type-ignore
# type: ignore comments
#16885
opened Feb 6, 2024 by
jamesbraza
(🐞) mypy got something wrong
topic-type-ignore
# type: ignore comments
unused-ignore
doesn't activate on disabled error codes
bug
#16537
opened Nov 21, 2023 by
KotlinIsland
(🐞) message from mypy got something wrong
topic-type-ignore
# type: ignore comments
ignore-without-code
suggests disabled codes
bug
#16536
opened Nov 21, 2023 by
KotlinIsland
Adverse interaction between mypy got something wrong
topic-reachability
Detecting unreachable code
topic-type-ignore
# type: ignore comments
unreachable
code, type: ignore[...]
, and pass
or ...
bug
#16232
opened Oct 6, 2023 by
finite-state-machine
[match-case] Python 3.10's match statement
topic-reachability
Detecting unreachable code
topic-type-ignore
# type: ignore comments
unreachable
raised multiple times instead of once.
feature
topic-match-statement
#15866
opened Aug 14, 2023 by
randolf-scholz
Type ignore comments erroneously marked as unused by dmypy
topic-daemon
dmypy
topic-type-ignore
# type: ignore comments
upnext
#15043
opened Apr 12, 2023 by
meshy
Loading…
warn unused ignores flag does not respect TYPE_CHECKING
bug
mypy got something wrong
topic-reachability
Detecting unreachable code
topic-type-ignore
# type: ignore comments
#14365
opened Dec 28, 2022 by
Dr-Irv
False positive unreachable after type:ignore (also possibly invalid erorr code)
bug
mypy got something wrong
topic-error-reporting
How we report errors
topic-reachability
Detecting unreachable code
topic-type-ignore
# type: ignore comments
topic-usability
#12785
opened May 14, 2022 by
mortoray
Support warning on unused ignores without treating them as an error
feature
topic-type-ignore
# type: ignore comments
#12359
opened Mar 15, 2022 by
jab
Support # type: ignore comments
mypy: ignore
inline comments to suppress mypy errors
feature
topic-type-ignore
#12358
opened Mar 15, 2022 by
jab
Allow ignore to be on any line of multi-line statement
feature
topic-type-ignore
# type: ignore comments
#12341
opened Mar 13, 2022 by
Zeckie
disable_error_code + unused type:ignore comment
bug
mypy got something wrong
topic-type-ignore
# type: ignore comments
#11059
opened Sep 4, 2021 by
Akuli
type: ignore for “incompatible with supertype” error in subclass should suffice for subsubclasses too
feature
topic-inheritance
Inheritance and incompatible overrides
topic-type-ignore
# type: ignore comments
#10197
opened Mar 10, 2021 by
andersk
cached runs of dmypy stop reporting "unused type: ignore" warnings
bug
mypy got something wrong
topic-daemon
dmypy
topic-type-ignore
# type: ignore comments
#9655
opened Oct 28, 2020 by
rggjan
Cannot ignore type errors in multiline strings
bug
mypy got something wrong
topic-type-ignore
# type: ignore comments
#9484
opened Sep 25, 2020 by
wadetregaskis-linkedin
Support 'on'/'off' for type ignores
documentation
feature
topic-type-ignore
# type: ignore comments
#9483
opened Sep 25, 2020 by
wadetregaskis-linkedin
"unused 'type: ignore' comment" should be of severity "warning" / "note"
feature
needs discussion
topic-type-ignore
# type: ignore comments
#8060
opened Dec 3, 2019 by
blueyed
Ignore typing errors in individual blocks
feature
topic-type-ignore
# type: ignore comments
#6948
opened Jun 7, 2019 by
exhuma
warn_unused_ignores is too sensitive: false positives
topic-type-ignore
# type: ignore comments
#4412
opened Dec 26, 2017 by
mitar
ProTip!
Add no:assignee to see everything that’s not assigned.