Skip to content

Commit dc3dd52

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c40f062 commit dc3dd52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pylint/lint/pylinter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def _handle_force_color_no_color(reporter: list[reporters.BaseReporter]) -> None
281281
| unset | unset | / | not colorized |
282282
+--------------+---------------+-----------------+------------------------------------------------------------+
283283
"""
284-
285284
no_color = _is_env_set_and_non_empty(NO_COLOR)
286285
force_color = _is_env_set_and_non_empty(FORCE_COLOR) or _is_env_set_and_non_empty(
287286
PY_COLORS

tests/lint/test_pylinter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import pytest
1717
from pytest import CaptureFixture
1818

19-
2019
from pylint.lint.pylinter import (
2120
FORCE_COLOR,
2221
NO_COLOR,

0 commit comments

Comments
 (0)