Skip to content

Commit

Permalink
Update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Apr 25, 2024
1 parent 890f726 commit 7d92b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test = [
"pytest>=7.1.3,<9.0.0",
"pytest-cov>=4.1.0,<6.0.0",
"pytest-asyncio>=0.20.0",
"mypy==1.9.0",
"mypy==1.10.0",
"flake8>=5.0.4",
"aiofiles>=0.8.0,<24",
"a2wsgi>=1.9.0,<2",
Expand Down Expand Up @@ -180,7 +180,7 @@ disallow_any_generics = false
implicit_reexport = false
show_error_codes = true
disallow_incomplete_defs = true
disable_error_code = "attr-defined,has-type,override"
disable_error_code = "attr-defined,has-type,override,safe-super"
exclude = "esmerald/conf,esmerald/utils"
warn_unused_ignores = true
warn_redundant_casts = true
Expand Down

0 comments on commit 7d92b08

Please sign in to comment.