1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

.mypy.ini: Add --explicit-package-bases to help with pre-commit invocation

This commit is contained in:
Athanasius 2022-12-22 09:08:03 +00:00
parent 48763890fe
commit 61bdb54eb1
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -7,3 +7,4 @@ scripts_are_modules = True
; i.e. no typing info.
check_untyped_defs = True
; platform = darwin
explicit_package_bases = True