provinzkraut / unasyncd

Transforming asynchronous to synchronous Python code
MIT License
18 stars 3 forks source link

Fix deprecated 'ruff' command #24

Closed provinzkraut closed 2 weeks ago

provinzkraut commented 2 weeks ago

When using the ruff-fix option, unasyncd would try to invoke ruff using ruff directly instead of ruff check. This would cause an exception because this style of calling has been removed in newer ruff versions.