From c641c63fda8e79095ae6fb4f0ce7adcb956442f7 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 26 Oct 2020 23:39:36 +1000 Subject: [PATCH] my py dot ini --- .gitignore | 1 + mypy.ini | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 mypy.ini diff --git a/.gitignore b/.gitignore index 9e2b3a1..2c29832 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ !bcao.py !requirements.txt !.gitignore +mypy.ini * \ No newline at end of file diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..bc1ae88 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,8 @@ +[mypy] +strict = True + +[mypy-mutagen.*] +ignore_missing_imports = True + +[mypy-PIL.*] +ignore_missing_imports = True \ No newline at end of file