We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b5fea commit f2049c6Copy full SHA for f2049c6
pyproject.toml
@@ -163,7 +163,7 @@ fmt = [
163
features = ["test"]
164
dependencies = ["mypy>=1.5.1"]
165
[tool.hatch.envs.typing.scripts]
166
-test = "mypy --install-types --non-interactive {args}"
+test = "mypy --install-types --non-interactive --no-warn-unused-ignores {args}"
167
168
[tool.jupyter-releaser.hooks]
169
before-build-python = ["pip install -e .[dev]", "make clean lint dist install"]
0 commit comments