Ecosystem report
Old:
main (merge base)
fdcb5a7e
→
New:
21784/merge
98ceb862
Lint Rule
Removed
Added
Changed
Total
0
2
1
unsupported-base
0
2
0
redundant-cast
0
0
1
Project
Removed
Added
Changed
Total
0
2
1
beartype
0
2
0
pylint
0
0
1
All
Removed Only
Added Only
Changed Only
All Lint Types
unsupported-base (-0 +2 ~0)
redundant-cast (-0 +0 ~1)
All Projects
beartype (-0 +2 ~0)
pylint (-0 +0 ~1)
beartype
(
https://github.com/beartype/beartype
)
beartype/claw/_package/clawpkgtrie.py
📋
[warning]
unsupported-base -
:66:29
- Unsupported class base with type `<class 'dict[str, PackagesTrieBlacklist]'> | <class 'dict[str, Divergent]'>`
[warning]
unsupported-base -
:247:29
- Unsupported class base with type `<class 'dict[str, PackagesTrieWhitelist]'> | <class 'dict[str, Divergent]'>`
pylint
(
https://github.com/pycqa/pylint
)
pylint/checkers/base/basic_checker.py
📋
[warning]
redundant-cast -
:85
-
Old: Value is already of type `Literal["function", "class", "method", "module"]`
New: Value is already of type `Literal["module", "class", "method", "function"]`, which is equivalent to `Literal["function", "class", "method", "module"]`