Skip to content

Commit

Permalink
Remove deprecated options from .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Watkins committed Feb 21, 2016
1 parent 6f5cd81 commit 911f36f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[MASTER]
profile=no
persistent=yes
cache-size=500

Expand All @@ -12,7 +11,6 @@ disable=I0011,I0012,W0142,C0111

[REPORTS]
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
symbols=yes
files-output=n
reports=no

Expand All @@ -34,10 +32,6 @@ ignore-mixin-members=yes
# (useful for classes with attributes dynamically set).
ignored-classes=SQLObject,WSGIRequest

# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.
zope=no

# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E0201 when accessed.
generated-members=client,objects,DoesNotExist,id,pk,_meta,base_fields,context,__subclasses__,modifiers,Modifiers,refs,.*_set
Expand Down

0 comments on commit 911f36f

Please sign in to comment.