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

.mypy.ini: s/-/_/g on check-untyped-defs

This commit is contained in:
Athanasius 2022-12-16 13:27:21 +00:00
parent 98527e7aa0
commit f1b2022aa2
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -5,5 +5,5 @@ scripts_are_modules = True
; Without this bare `mypy <file>` may get warnings for e.g.
; `<var> = <value>`
; i.e. no typing info.
check-untyped-defs = True
check_untyped_defs = True
; platform = darwin