Skip to content

Commit ad07cb5

Browse files
authored
chore: drop uneeded config option (#773)
1 parent ef54d13 commit ad07cb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ exclude_lines = [ "pragma: no cover", "if TYPE_CHECKING:", "@overload" ]
107107
[tool.mypy]
108108
files = [ "nox/**/*.py", "noxfile.py" ]
109109
python_version = "3.7"
110-
show_error_codes = true
111110
strict = true
112111
warn_unreachable = true
113112
enable_error_code = [ "ignore-without-code", "redundant-expr", "truthy-bool" ]

0 commit comments

Comments
 (0)