summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-12-27 10:55:51 +0100
committerSylvain <syt@logilab.fr>2006-12-27 10:55:51 +0100
commit4f582ef30277c409ec02a63c1a7ae5b4560c6804 (patch)
tree41cdcf95e671514d405dd41b772eb0825bb46af2 /examples
parenta188887b73a101967a38d1fb5a8749254f75f283 (diff)
downloadpylint-4f582ef30277c409ec02a63c1a7ae5b4560c6804.tar.gz
doc update
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 3fed0e5..a088ee5 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -72,7 +72,7 @@ comment=no
[BASIC]
# Required attributes for module, separated by a comma
-required-attributes=__revision__
+required-attributes=
# Regular expression which should only match functions or classes name which do
# not require a docstring