Skip to content

Commit

Permalink
fix (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
linshoK authored Jan 4, 2023
1 parent b97eb10 commit 6128d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysen/mypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __call__(self, reporter: Reporter) -> int:
if num_targets == 0:
reporter.logger.error(
"No mypy targets specified. "
"You must specify at least one entry in `tools.pysen.lint.mypy_targets`."
"You must specify at least one entry in `tool.pysen.lint.mypy_targets`."
)
return 2

Expand Down

0 comments on commit 6128d40

Please sign in to comment.