You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pylint --load-plugins=pylint.extensions.typing test.py
************* Module test
test.py:12:20: W6001: 'typing.Callable' is deprecated, use 'collections.abc.Callable' instead (deprecated-typing-alias)
------------------------------------------------------------------
Your code has been rated at 8.75/10 (previous run: 8.75/10, +0.00)
Expected behavior
I expect pylint do not report error "deprecated-typing-alias" because I have explicitly disable it.
Uh oh!
There was an error while loading. Please reload this page.
Bug description
This is the exact code to reproduce the bug. The try/except block is required to see bug. Bug happens when I use "disable:" comment in "else" branch.
Configuration
No response
Command used
Pylint output
Expected behavior
I expect pylint do not report error "deprecated-typing-alias" because I have explicitly disable it.
Pylint version
The text was updated successfully, but these errors were encountered: