banksalad / python

🍪 🐍 Use this template if you love Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mypy expert 설정 시 파일 오류

namkwangwoo opened this issue · comments

[mypy]
python_version = 3.7
ignore_missing_imports = Truecheck_untyped_defs = True
disallow_untyped_defs = True
disallow_any_generics = True
warn_no_return = True
no_implicit_optional = True

mypy expert 설정 시 줄바꿈이 되지 않습니다.

허억... 왜 몰랐지 제보 감사합니다