Chromium Code Reviews

Unified Diff: pylintrc

Issue 10202010: Remove E1101 errors generated by colorama.AnsiCodes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/colorama/ansi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylintrc
diff --git a/pylintrc b/pylintrc
index 0412be85bfd4636eedb2c614c66d8cacfc40cbae..296bab032648460bf9461936a89e9dd9369064b6 100644
--- a/pylintrc
+++ b/pylintrc
@@ -124,7 +124,7 @@ ignore-mixin-members=yes
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
-ignored-classes=SQLObject,AnsiCodes
+ignored-classes=SQLObject
# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.
« no previous file with comments | « no previous file | third_party/colorama/ansi.py » ('j') | no next file with comments »

Powered by Google App Engine