We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19a2cc commit 16c0eacCopy full SHA for 16c0eac
pyproject.toml
@@ -90,7 +90,8 @@ warn_unused_ignores = true
90
warn_return_any = false
91
no_implicit_reexport = true # NOTE: Disabled explicitly for tests/ in run-mypy
92
strict_equality = true
93
-strict_concatenate = true
+
94
+extra_checks = true
95
96
enable_error_code = [
97
"redundant-expr",
setup.py
@@ -42,7 +42,7 @@ def long_description():
42
43
typing_deps = [
44
"lxml-stubs",
45
- "mypy~=1.4.0",
+ "mypy~=1.5.0",
46
"types-beautifulsoup4",
47
"types-pygments",
48
"types-python-dateutil",
0 commit comments