Skip to content

Commit

Permalink
[feature/nanobind] Excluding nanobind_test dir from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Aug 26, 2024
1 parent eb60824 commit 3ae9f56
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 @@ -62,7 +62,7 @@ strict_optional = true
ignore_missing_imports = true
explicit_package_bases = true

exclude = []
exclude = ["nanobind_test"]

[tool.ruff]
exclude = [
Expand Down

0 comments on commit 3ae9f56

Please sign in to comment.