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 892c556 commit caa0dc4Copy full SHA for caa0dc4
README.rst
@@ -8,6 +8,8 @@ pytest-mypy-plugin-shim
8
9
.. end short_desc
10
11
+See https://github.com/TypedDjango/pytest-mypy-plugins for the action pytest plugin.
12
+
13
14
.. start shields
15
pytest_mypy_plugins_shim/__init__.py
@@ -44,7 +44,7 @@
44
__email__: str = "[email protected]"
45
46
47
-def pytest_addoption(parser: Parser) -> None:
+def pytest_addoption(parser: Parser) -> None: # noqa: D103
48
group = parser.getgroup("mypy-tests")
49
group.addoption(
50
"--mypy-testing-base",
0 commit comments