Update mypy to 1.16.0 (#14194)

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
sobolevn
2025-06-01 17:40:42 +01:00
committed by GitHub
co-authored by Sebastian Rittau Alex Waygood
parent 09b6802dc7
commit eb495ff135
13 changed files with 72 additions and 78 deletions
@@ -38,10 +38,7 @@ passlib.utils.handlers.HasRounds.rounds
# Errors in `__all__` at runtime:
# TODO: change after https://github.com/python/mypy/pull/14217 is released
passlib.handlers.oracle.__all__
passlib.handlers.oracle.oracle11g
passlib.handlers.oracle.oracle10g
passlib.handlers.mysql.__all__
passlib.handlers.mysql.mysq41
# Compat tools are ignored:
passlib.utils.compat.*