Skip to content

Commit

Permalink
fix(mypy): Restore accidentally removed config
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Nov 9, 2024
1 parent 90194ec commit 3627b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ enableTypeIgnoreComments = false

[tool.mypy]
mypy_path = '$MYPY_CONFIG_FILE_DIR/src'
packages = "lxml-stubs"
strict = true
show_error_context = true
pretty = true
Expand Down

0 comments on commit 3627b65

Please sign in to comment.