Skip to content

Commit

Permalink
Fixed bug when mypy checked docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhomirovd committed Nov 15, 2023
1 parent 2568acd commit 66263bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ use_parentheses = true
filter_files = true


[tool.mypy]
files = ["hypex"]
[tool.mypy.hypex]
ignore_missing_imports = false
disallow_untyped_defs = true
disallow_untyped_calls = true
Expand Down

0 comments on commit 66263bf

Please sign in to comment.