Skip to content

Commit 7f38e76

Browse files
committed
towncrier: 3995.feature
Signed-off-by: Stavros Ntentos <[email protected]>
1 parent 7e12334 commit 7f38e76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whatsnew/fragments/3995.feature

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Support for ``NO_COLOR`` and ``FORCE_COLOR`` (and ``PY_COLORS``, as an alias to ``FORCE_COLOR``) environment variables has been added.
2+
When running `pylint`, the reporter that reports to ``stdout`` will be modified according to the requested mode.
3+
The order is: ``NO_COLOR`` > ``FORCE_COLOR``, ``PY_COLORS`` > ``--output=...``.
4+
5+
Closes #3995 (https://github.com/pylint-dev/pylint/issues/3995).

0 commit comments

Comments
 (0)