diff options
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ disable= duplicate-code, cyclic-import -msg-template={path}:{line}: {msg} ({symbol}) +msg-template={path}:{line} {C}: {msg} ({symbol}) [REPORTS] |