We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afd218 commit ecd8b08Copy full SHA for ecd8b08
1 file changed
‎project_name/pyproject.toml.jinja‎
@@ -153,16 +153,13 @@ run.omit = [
153
[tool.mypy]
154
files = ["src", "tests"]
155
mypy_path = "stubs"
156
-# verify the config file
157
-warn_unused_configs = true
158
# set the platform
159
python_version = "3.{{ python_min }}"
160
# enable checks [last updated: mypy 1.17]
161
strict = true
162
-disallow_any_explicit = true
163
disallow_any_unimported = true
164
warn_unreachable = true
165
-strict_bytes = true
+disallow_any_explicit = true
166
enable_error_code = [
167
# from https://mypy.readthedocs.io/en/stable/error_code_list2.html
168
"redundant-self",
0 commit comments