Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceyan committed Oct 19, 2023
1 parent a6ceaf4 commit 4795cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ ignore_missing_imports = true
warn_unreachable = true
warn_unused_configs = true

[tool.mypy.overrides]
module = "yaml.*"
ignore_missing_imports = True
[[tool.mypy.overrides]]
module = "yaml"
ignore_missing_imports = true

0 comments on commit 4795cdb

Please sign in to comment.