Skip to content

Commit

Permalink
Do not try to type check tomlkit
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 11, 2023
1 parent 4f527a1 commit 533d481
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 @@ -13,3 +13,7 @@ per-file-ignores = {"yq/__init__.py" = ["F401"]}
[[tool.mypy.overrides]]
module = "argcomplete.*"
ignore_missing_imports = true

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

0 comments on commit 533d481

Please sign in to comment.