Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-20 01:45:59 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 02:31:08 +0300
commita2192a018991a5707dd1a4b17d5f5604103826e6 (patch)
tree3da3baa4d6b32134c42dac7755e667b82374cac8
parenta1203c98756c02b0ce81ff5af766a4a4a7e7d073 (diff)
test typings
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80dfc3d..e9c80f0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,3 +34,5 @@ test:
python3 -m mypy nextcloud_news_updater --disallow-untyped-defs
python3 -m nextcloud_news_updater --version
python3 -m unittest
+ #uncomment once mypy works properly
+ #python3 -m mypy owncloud_news_updater --disallow-untyped-defs