MatrixSynapse/synapse/storage/engines
David Robertson 3d87847ecc
Enable `--warn-redundant-casts` option in mypy (#14671)
* Enable `--warn-redundant-casts` option in mypy

Doesn't do much but helps me sleep better at night.

* Changelog

* Fix name of the ignore

* Fix one more missed cast

Not sure why I didn't see this one locally, maybe I needed a poetry update

* Remove old comment

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2022-12-12 21:25:07 +00:00
..
__init__.py Use dummy fallback engines if imports fail (#12979) 2022-06-07 17:33:55 +01:00
_base.py Snapshot schema 72 (#13873) 2022-09-26 18:28:32 +01:00
postgres.py Enable `--warn-redundant-casts` option in mypy (#14671) 2022-12-12 21:25:07 +00:00
sqlite.py Enable WAL for SQLite (#13897) 2022-10-25 10:22:55 +01:00