Skip to content

Commit

Permalink
Pass mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 27, 2024
1 parent 828b155 commit 85cd4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ type = [
"pytest-mypy",

# local
"types-setuptools",
]


[tool.setuptools_scm]


[tool.pytest-enabler.mypy]
# Disabled due to jaraco/skeleton#143
2 changes: 1 addition & 1 deletion test_treehouse.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import decimal

import treehouse
import treehouse # type: ignore[import-not-found] # Needs a stub file


def make_decimal(ob):
Expand Down

0 comments on commit 85cd4cf

Please sign in to comment.