You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ruff doesn't implement type-checking (afaik), but I'm pretty sure that it is on ruff's development radar for the future. Until then huak lint is meant to implement general code linting -- which, to huak, includes type-checking. To do this, and to retain -- option passing, huak lint has to prioritize one tool since only one can receive the trailing arguments.
In the future I'd like to implement huak ruff analogous to cargo clippy, but it would need to be done when ruff consolidates more of huak's desired linting scope. This does not exclude a huak ruff that replaces huak lintandhuak fmt.
The same case with huak fmt but for black.
The text was updated successfully, but these errors were encountered:
cnpryer
changed the title
Lint command prioritizes ruff
Format prioritizes black and lint prioritizes ruff
Mar 28, 2023
Currently
ruff
doesn't implement type-checking (afaik), but I'm pretty sure that it is onruff
's development radar for the future. Until thenhuak lint
is meant to implement general code linting -- which, tohuak
, includes type-checking. To do this, and to retain--
option passing,huak lint
has to prioritize one tool since only one can receive the trailing arguments.In the future I'd like to implement
huak ruff
analogous tocargo clippy
, but it would need to be done whenruff
consolidates more ofhuak
's desired linting scope. This does not exclude ahuak ruff
that replaceshuak lint
andhuak fmt
.The same case with
huak fmt
but forblack
.The text was updated successfully, but these errors were encountered: