Bump mypy python version

This commit is contained in:
JRoot Junior 2024-10-19 14:37:02 +03:00
parent 3ee8d903da
commit e1e55b6e58
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -275,7 +275,7 @@ exclude_lines = [
[tool.mypy]
plugins = "pydantic.mypy"
python_version = "3.8"
python_version = "3.9"
show_error_codes = true
show_error_context = true
pretty = true