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.
1 parent c40f062 commit dc3dd52Copy full SHA for dc3dd52
pylint/lint/pylinter.py
@@ -281,7 +281,6 @@ def _handle_force_color_no_color(reporter: list[reporters.BaseReporter]) -> None
281
| unset | unset | / | not colorized |
282
+--------------+---------------+-----------------+------------------------------------------------------------+
283
"""
284
-
285
no_color = _is_env_set_and_non_empty(NO_COLOR)
286
force_color = _is_env_set_and_non_empty(FORCE_COLOR) or _is_env_set_and_non_empty(
287
PY_COLORS
tests/lint/test_pylinter.py
@@ -16,7 +16,6 @@
16
import pytest
17
from pytest import CaptureFixture
18
19
20
from pylint.lint.pylinter import (
21
FORCE_COLOR,
22
NO_COLOR,
0 commit comments