quinngroup / dr1dl-pyspark

Dictionary Learning in PySpark
Apache License 2.0
1 stars 1 forks source link

Configure SublimeLinter plugin with PEP exceptions #25

Closed magsol closed 8 years ago

magsol commented 8 years ago
"pep8": {
                "@disable": false,
                "args": [],
                "excludes": [],
                "ignore": "E302,E251,E501,E701,E128,W391,E265",
                "max-line-length": null,
                "select": ""

This goes in the Preferences -> Package Settings -> SublimeLinter -> User Settings file. This will eliminate some warnings from your IDE.

MOJTABAFA commented 8 years ago

It's already done. Thanks.