Skip to content

Commit cf95d27

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/lint/pylinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def _handle_force_color_no_color(
309309
elif (
310310
force_color
311311
# Need type explicit check here
312-
and type(rep) is TextReporter # pylint: disable=unidiomatic-typecheck
312+
and type(rep) is TextReporter # pylint: disable=unidiomatic-typecheck
313313
and rep.out.buffer is sys.stdout.buffer
314314
):
315315
warnings.warn(

0 commit comments

Comments
 (0)