synapse/scripts-dev
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
..
build_debian_packages.py
check_line_terminators.sh
check_pydantic_models.py
check_schema_delta.py
check-newsfragment.sh
complement.sh Add --editable flag to complement.sh which uses an editable install of Synapse for faster turn-around times whilst developing iteratively. (#14548) 2022-12-07 15:45:31 +00:00
config-lint.sh
database-save.sh
docker_update_debian_changelog.sh
dump_macaroon.py
federation_client.py Fixes to federation_client dev script (#14479) 2022-11-20 17:41:17 +00:00
generate_sample_config.sh
lint.sh
make_full_schema.sh
mypy_synapse_plugin.py
next_github_number.sh
release.py Enable --warn-redundant-casts option in mypy (#14671) 2022-12-12 21:25:07 +00:00
sign_json.py