Skip to content

Commit 1e58409

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64bc217 commit 1e58409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def typing(session):
183183
session.install("mypy", "types-requests", ROOT)
184184
session.run("mypy", "--config", PYPROJECT, PACKAGE)
185185
session.run(
186-
"mypy", "--config", PYPROJECT, "--warn-unused-ignores", TYPING_TESTS
186+
"mypy", "--config", PYPROJECT, "--warn-unused-ignores", TYPING_TESTS,
187187
)
188188

189189

0 commit comments

Comments
 (0)