chore: pyrightの設定を追記

pull/109/head
yupix 7 months ago
parent f2ace31c5c
commit e7bf18ead1
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -8,6 +8,10 @@ _version.py
'''
[tool.pyright]
include = ["mipac"]
exclude = ["mipac/_version.py"]
[tool.isort]
profile = "black"
line_length = 99

Loading…
Cancel
Save