Skip to content

Commit f2049c6

Browse files
committed
Explicitly (re)disable the unused-ignores error, which somehow got changed from the default of being turned off
1 parent c2b5fea commit f2049c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fmt = [
163163
features = ["test"]
164164
dependencies = ["mypy>=1.5.1"]
165165
[tool.hatch.envs.typing.scripts]
166-
test = "mypy --install-types --non-interactive {args}"
166+
test = "mypy --install-types --non-interactive --no-warn-unused-ignores {args}"
167167

168168
[tool.jupyter-releaser.hooks]
169169
before-build-python = ["pip install -e .[dev]", "make clean lint dist install"]

0 commit comments

Comments
 (0)