my py dot ini
This commit is contained in:
parent
16ddf2118c
commit
c641c63fda
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
!bcao.py
|
!bcao.py
|
||||||
!requirements.txt
|
!requirements.txt
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
mypy.ini
|
||||||
*
|
*
|
8
mypy.ini
Normal file
8
mypy.ini
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[mypy]
|
||||||
|
strict = True
|
||||||
|
|
||||||
|
[mypy-mutagen.*]
|
||||||
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
[mypy-PIL.*]
|
||||||
|
ignore_missing_imports = True
|
Loading…
Reference in a new issue