We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
towncrier
3995.feature
1 parent 7e12334 commit 7f38e76Copy full SHA for 7f38e76
doc/whatsnew/fragments/3995.feature
@@ -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