Skip to content

Commit

Permalink
chore: Remove python_version mypy config (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 19, 2024
1 parent 3d6e2aa commit 84101a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "poetry_dynamic_versioning.backend"
requires = [
"poetry-core<2,>=1.8",
"poetry-core",
"poetry-dynamic-versioning",
]

Expand Down Expand Up @@ -107,7 +107,6 @@ max_supported_python = "3.14"
addopts = "-vvv"

[tool.mypy]
python_version = "3.12"
warn_redundant_casts = true
warn_unused_configs = true
warn_unused_ignores = true
Expand Down

0 comments on commit 84101a1

Please sign in to comment.