Skip to content

Commit

Permalink
mypy: add setuptools types
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brulatout committed Nov 7, 2024
1 parent d57ced8 commit 7d3662a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ max-complexity = 15
keep-runtime-typing = true

[tool.mypy]
exclude = ["setup.py"]
# error whenever it encounters a function definition without type annotations
#disallow_untyped_defs = true
# error whenever a function with type annotations calls a function defined without annotations
Expand Down
1 change: 1 addition & 0 deletions tests-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tox
tox-uv
treq
types-docker
types-setuptools
uv
virtualenv
wheel

0 comments on commit 7d3662a

Please sign in to comment.