From b69daacebf81149e87642324e13ad068853cea93 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 7 Mar 2021 21:49:00 -0500 Subject: test: include the category of pylint messages in the output --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 1257838a..9fd35dab 100644 --- a/pylintrc +++ b/pylintrc @@ -92,7 +92,7 @@ disable= duplicate-code, cyclic-import -msg-template={path}:{line}: {msg} ({symbol}) +msg-template={path}:{line} {C}: {msg} ({symbol}) [REPORTS] -- cgit v1.2.1