mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +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
|
pip # vendors packaging, see above
|
||||||
pylint # cycle panics (self-recursive type alias)
|
pylint # cycle panics (self-recursive type alias)
|
||||||
pyodide # too many cycle iterations
|
pyodide # too many cycle iterations
|
||||||
pywin32 # bad use-def map (binding with definitely-visible unbound)
|
|
||||||
setuptools # vendors packaging, see above
|
setuptools # vendors packaging, see above
|
||||||
spack # slow, success, but mypy-primer hangs processing the output
|
spack # slow, success, but mypy-primer hangs processing the output
|
||||||
spark # too many iterations
|
spark # too many iterations
|
||||||
|
|
|
@ -92,6 +92,7 @@ pytest-robotframework
|
||||||
python-chess
|
python-chess
|
||||||
python-htmlgen
|
python-htmlgen
|
||||||
python-sop
|
python-sop
|
||||||
|
pywin32
|
||||||
rclip
|
rclip
|
||||||
rich
|
rich
|
||||||
rotki
|
rotki
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue