-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
pylint-dev/astroid
#2340Labels
AstroidRelated to astroidRelated to astroidBug 🪲Needs PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationprimer
Description
Found a reproducible case for some of the primer noise we see constantly.
- clone pytest @ cdddd6d69533c07092c64445a0d42d1fc75c8299
- cd to
src/_pytest
- Compare:
pylint *.py --disable=all --enable-all-extensions --enable=deprecated-typing-alias
: 647 messagespylint *.py --disable=all --enable-all-extensions --enable=deprecated-typing-alias,used-before-assignment
: 585 messages
Pierre-Sassoulas
Metadata
Metadata
Assignees
Labels
AstroidRelated to astroidRelated to astroidBug 🪲Needs PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationprimer