Skip to content

Instantly share code, notes, and snippets.

@SpainTrain
SpainTrain / gae_pylint_plugin.py
Created July 22, 2015 02:51
Add file to `PYTHONPATH` and run as pylint plugin: `pylint --load-plugins gae_pylint_plugin` (See also http://docs.pylint.org/plugins.html)
from astroid import MANAGER
from astroid import scoped_nodes
NDB_PROPERTIES = [
'DateTimeProperty',
'StringProperty',
'KeyProperty',
'StructuredProperty'
]