Skip to content

Commit

Permalink
chore: Add mypy excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Oct 28, 2024
1 parent ba4e54e commit e9c79b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ show_error_context = true
warn_unreachable = true
# importing following uses default settings
follow_imports = "normal"
exclude = [
"build",
"dist",
"notebooks",
"scripts",
"stubs",
"tests",
]


[tool.jupytext]
formats = "ipynb,py:percent"
Expand Down

0 comments on commit e9c79b5

Please sign in to comment.