Skip to content

Commit

Permalink
Add mypy config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Dec 29, 2020
1 parent 8bfdbc5 commit 981e1a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[mypy]
plugins = mypy_django_plugin.main

[mypy.plugins.django-stubs]
django_settings_module = "etebase_server.settings"

0 comments on commit 981e1a9

Please sign in to comment.