Skip to content

Commit

Permalink
Update mypy configuration in plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaian10 committed May 3, 2024
1 parent 4f38bb5 commit e4ac962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ ruff check .
plugins = ["pydantic.mypy"]
python_version = "3.12"
# mypy_path = "stubs"
strict = true
allow_untyped_calls = true # for third party library
allow_untyped_decorators = true # for third party library
explicit_package_bases = true
exclude = ["playground"] # 排除哪些資料夾不檢查
strict = true
follow_imports = "silent"

ignore_missing_imports = true
Expand Down

0 comments on commit e4ac962

Please sign in to comment.