my py dot ini

This commit is contained in:
Lynne Megido 2020-10-26 23:39:36 +10:00
parent 16ddf2118c
commit c641c63fda
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
!bcao.py
!requirements.txt
!.gitignore
mypy.ini
*

8
mypy.ini Normal file
View File

@ -0,0 +1,8 @@
[mypy]
strict = True
[mypy-mutagen.*]
ignore_missing_imports = True
[mypy-PIL.*]
ignore_missing_imports = True