Skip to content

Commit 196c9fe

Browse files
author
Ignacio Quintero
committed
Minor changes
1 parent c9a0cfc commit 196c9fe

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.pylintrc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,9 @@ reports=no
4444
max-line-length=100
4545
# Maximum number of lines in a module
4646
#max-module-lines=1000
47-
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
48-
# tab).
47+
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 tab).
4948
indent-string=' '
5049

51-
[TYPECHECK]
52-
53-
# List of classes names for which member attributes should not be checked
54-
# (useful for classes with attributes dynamically set).
55-
ignored-classes=numpy
56-
generated-members=REQUEST,acl_users,aq_parent,AndRaise,AndReturn,InAnyOrder,MultipleTimes,tempdir
57-
5850
[BASIC]
5951

6052
# Required attributes for module, separated by a comma

0 commit comments

Comments
 (0)