test = [
"anyio >= 4.0",
# Mypy >= 1.19 depends on librt, not available for PyPy.
- "mypy >= 1.19.0; implementation_name != \"pypy\"",
+ "mypy >= 2.1.0; implementation_name != \"pypy\"",
"pproxy >= 2.7",
"pytest >= 6.2.5",
"pytest-cov >= 3.0",
"flake8 >= 4.0",
"isort[colors] >= 6.0",
"isort-psycopg",
- "mypy >= 1.19.0",
+ "mypy >= 2.1.0",
"pre-commit >= 4.0.1",
"types-setuptools >= 57.4",
"types-shapely >= 2.0",
]
warn_unused_ignores = true
show_error_codes = true
-disable_bytearray_promotion = true
-disable_memoryview_promotion = true
strict = true
exclude = '''(?x)(
^ docs/lib/.*\.py