Skip to content

Commit 56fc805

Browse files
committed
[README.md] update static type checking section
1 parent 80257df commit 56fc805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Python source files are linted with `flake8`. See the Makefile `test-lint` targe
8080

8181
### Source file static type checks
8282

83-
Static type checks are performed on Python source files with `pytype`. See the Makefile `test-type-check` target for details.
83+
Static type checks are performed on Python source files with `mypy` and are based on type annotations in the Python source files. See the Makefile `test-type-check` target for details.
8484

8585
### Testing
8686

0 commit comments

Comments
 (0)