Skip to content

Commit

Permalink
Pruned unnecessary mypy options
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 2, 2025
1 parent 2a105b2 commit 9a792f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,9 @@ extend-select = [
[tool.mypy]
python_version = "3.13"
strict = true
ignore_missing_imports = true
disallow_any_generics = false
warn_return_any = false
disallow_untyped_decorators = false
disallow_subclassing_any = false
show_error_codes = true

[tool.pytest.ini_options]
addopts = "-rsfE --tb=short --strict-config --strict-markers -p anyio -p no:asyncio -p no:trio"
Expand Down

0 comments on commit 9a792f3

Please sign in to comment.