diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-12 07:16:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 07:16:09 -0400 |
commit | ba48c563c98966400488c8972d2e9964f9510399 (patch) | |
tree | b30a6fd493358153dfc875321738e39482b6f565 /mypy.ini | |
parent | Stop purging tables which are slated for removal. (#16273) (diff) | |
download | synapse-ba48c563c98966400488c8972d2e9964f9510399.tar.xz |
Bump mypy from 1.4.1 to 1.5.1. (#16300)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index fb5f44c939..88aea301b9 100644 --- a/mypy.ini +++ b/mypy.ini @@ -23,7 +23,6 @@ warn_unused_ignores = True # warn_return_any = True # no_implicit_reexport = True strict_equality = True -strict_concatenate = True # Run mypy type checking with the minimum supported Python version to catch new usage # that isn't backwards-compatible (types, overloads, etc). |