From: Alex Corcoles Date: Fri, 1 Mar 2024 19:34:21 +0000 (+0100) Subject: Do not mention mypy X-Git-Tag: 20241020-emacs~269 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=ce3a29aaa57eea28d21c59fd6d7a80187d6d72fa;p=alex.git Do not mention mypy I do not use it enough --- diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md index 43ce8b7..eab2a85 100644 --- a/programming/python/project_setup.md +++ b/programming/python/project_setup.md @@ -60,10 +60,6 @@ Use Black to format your code. Use `flake8` to gate changes. Use `flake8-black` to prevent committed code which does not follow Black style. -## Evaluate the use of mypy - -If you think it will benefit your codebase, consider integrating mypy as soon as possible. - # Version control ## Use a minimal gitignore file