Skip to content

Commit

Permalink
Do not try to type check yq.version
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 11, 2023
1 parent 533d481 commit 0243832
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 @@ -17,3 +17,7 @@ ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "tomlkit.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "yq.version"
ignore_missing_imports = true

0 comments on commit 0243832

Please sign in to comment.