From aadd9aa5dd4c552b573828ddac581a8b7064b0e2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 27 Apr 2022 19:06:45 +0300 Subject: Enable managing app via setup.py While the application is developed with GNU Guix, the end user might not be using it, and therefore, this commit provides a way for the user to install the application with the usual python package management systems. --- mypy.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mypy.ini (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..ba70688 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,10 @@ +[mypy] + +[mypy-flask.*] +ignore_missing_imports = True + +[mypy-pytest.*] +ignore_missing_imports = True + +[mypy-hypothesis.*] +ignore_missing_imports = True \ No newline at end of file -- cgit v1.2.3