Skip to content

Commit

Permalink
ignore clize when typechecking the example (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy authored Nov 24, 2023
1 parent b397047 commit 00af7c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

[[tool.mypy.overrides]]
module = "clize.*"
ignore_errors = true

0 comments on commit 00af7c0

Please sign in to comment.