mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 23:59:38 +03:00
.mypy.ini: s/-/_/g on check-untyped-defs
This commit is contained in:
parent
98527e7aa0
commit
f1b2022aa2
@ -5,5 +5,5 @@ scripts_are_modules = True
|
|||||||
; Without this bare `mypy <file>` may get warnings for e.g.
|
; Without this bare `mypy <file>` may get warnings for e.g.
|
||||||
; `<var> = <value>`
|
; `<var> = <value>`
|
||||||
; i.e. no typing info.
|
; i.e. no typing info.
|
||||||
check-untyped-defs = True
|
check_untyped_defs = True
|
||||||
; platform = darwin
|
; platform = darwin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user