summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-09-12 07:16:09 -0400
committerGitHub <noreply@github.com>2023-09-12 07:16:09 -0400
commitba48c563c98966400488c8972d2e9964f9510399 (patch)
treeb30a6fd493358153dfc875321738e39482b6f565 /mypy.ini
parentStop purging tables which are slated for removal. (#16273) (diff)
downloadsynapse-ba48c563c98966400488c8972d2e9964f9510399.tar.xz
Bump mypy from 1.4.1 to 1.5.1. (#16300)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
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).