Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colored output not supported (Ruff) #13

Open
henryiii opened this issue Jul 13, 2023 · 0 comments
Open

Colored output not supported (Ruff) #13

henryiii opened this issue Jul 13, 2023 · 0 comments

Comments

@henryiii
Copy link

Colored output (such as from Ruff) isn't supported.

GHA is supposed to strip colored output, but it seems there's a bug:

actions/runner#2341 (which would be fixed by actions/runner#2430 from what I can tell).

So it might be best to wait for those PRs, and leave this as informational (you can disable color output, though I like color!). Another option is to do what Rust did: actions-rust-lang/setup-rust-toolchain#15 - handle the color codes where they might occur. If you are interested, I could contribute that for the one that Ruff would trigger (pycodestyle).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant