Skip to content

Commit

Permalink
chore: pyrightの設定を追記
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Feb 19, 2024
1 parent f2ace31 commit e7bf18e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ _version.py
'''


[tool.pyright]
include = ["mipac"]
exclude = ["mipac/_version.py"]

[tool.isort]
profile = "black"
line_length = 99
Expand Down

0 comments on commit e7bf18e

Please sign in to comment.