Skip to content

Commit

Permalink
force mypy to only run on the actual package
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 18, 2024
1 parent f163a3a commit c59b704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ignore = [

[tool.mypy]
ignore_missing_imports = true
exclude = 'examples'
explicit_package_bases = true

[tool.ruff]
line-length = 79
Expand Down

0 comments on commit c59b704

Please sign in to comment.