add clean django-stubs folder, add some tests

This commit is contained in:
Maxim Kurnikov
2018-11-10 18:16:44 +03:00
parent 96cd3ddb27
commit a6580af216
16 changed files with 91 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
from mypy.plugin import Plugin, ClassDefContext
def determine_type_of_array_field(context: ClassDefContext) -> None:
pass
class PostgresFieldsPlugin(Plugin):
def get_base_class_hook(self, fullname: str
):
return determine_type_of_array_field