mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
[ty] Enable ecosystem check for 'pywin32' (#18716)
## Summary Follow-up to #18621
This commit is contained in:
parent
3a77768f79
commit
a1c69ca460
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ pandera # stack overflow
|
|||
pip # vendors packaging, see above
|
||||
pylint # cycle panics (self-recursive type alias)
|
||||
pyodide # too many cycle iterations
|
||||
pywin32 # bad use-def map (binding with definitely-visible unbound)
|
||||
setuptools # vendors packaging, see above
|
||||
spack # slow, success, but mypy-primer hangs processing the output
|
||||
spark # too many iterations
|
||||
|
|
|
@ -92,6 +92,7 @@ pytest-robotframework
|
|||
python-chess
|
||||
python-htmlgen
|
||||
python-sop
|
||||
pywin32
|
||||
rclip
|
||||
rich
|
||||
rotki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue