Skip to content

Commit caa0dc4

Browse files
committed
Linting
1 parent 892c556 commit caa0dc4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pytest-mypy-plugin-shim
88

99
.. end short_desc
1010
11+
See https://github.com/TypedDjango/pytest-mypy-plugins for the action pytest plugin.
12+
1113

1214
.. start shields
1315

pytest_mypy_plugins_shim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
__email__: str = "[email protected]"
4545

4646

47-
def pytest_addoption(parser: Parser) -> None:
47+
def pytest_addoption(parser: Parser) -> None: # noqa: D103
4848
group = parser.getgroup("mypy-tests")
4949
group.addoption(
5050
"--mypy-testing-base",

0 commit comments

Comments
 (0)