Skip to content

Commit ecd8b08

Browse files
committed
📦🔧 Remove redundent mypy config
1 parent 5afd218 commit ecd8b08

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎project_name/pyproject.toml.jinja‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,13 @@ run.omit = [
153153
[tool.mypy]
154154
files = ["src", "tests"]
155155
mypy_path = "stubs"
156-
# verify the config file
157-
warn_unused_configs = true
158156
# set the platform
159157
python_version = "3.{{ python_min }}"
160158
# enable checks [last updated: mypy 1.17]
161159
strict = true
162-
disallow_any_explicit = true
163160
disallow_any_unimported = true
164161
warn_unreachable = true
165-
strict_bytes = true
162+
disallow_any_explicit = true
166163
enable_error_code = [
167164
# from https://mypy.readthedocs.io/en/stable/error_code_list2.html
168165
"redundant-self",

0 commit comments

Comments
 (0)