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

Take the FORCE_COLOR and NO_COLOR environment variables into account #9128

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/whatsnew/fragments/3995.feature
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
  • Loading branch information
Pierre-Sassoulas and DanielNoord authored Jan 13, 2025
commit cd55074064d72a3391df5fd4c3427a488535d3e1
2 changes: 1 addition & 1 deletion doc/whatsnew/fragments/3995.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ When running `pylint`, the reporter that reports to ``stdout`` will be modified
to the requested mode.
The order is: ``NO_COLOR`` > ``FORCE_COLOR`` > ``--output=...``.

Closes #3995 (https://github.com/pylint-dev/pylint/issues/3995).
Closes #3995
Loading