Skip to content

Commit 2b02e02

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 26ff023 commit 2b02e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/running_mypy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ the second time to type check your code properly after mypy has
400400
installed the stubs. It also can make controlling stub versions harder,
401401
resulting in less reproducible type checking — it might even install
402402
incompatible versions of your project's non-type dependencies, if the
403-
type stubs require them!
403+
type stubs require them!
404404

405405
By default, :option:`--install-types <mypy --install-types>` shows a confirmation prompt.
406406
Use :option:`--non-interactive <mypy --non-interactive>` to install all suggested

0 commit comments

Comments
 (0)