From e699089d766afa2ac4e665724160a12d28d4ade7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 30 Oct 2022 13:16:20 -0700 Subject: [PATCH] Update docs around development --- docs/pyutils.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pyutils.rst b/docs/pyutils.rst index 7d19ab7..eb83907 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -83,6 +83,7 @@ To actually build the code (by which I mean type check it, lint it, package it, it, etc...) you need some other dependencies installed: - black: I use black to auto-format the code + - mypy: a Python type checker - coverage: used by the --coverage option of `run_tests.py`. - flake8: a Python linter - pylint: another Python linter -- 2.45.2