From ce3a29aaa57eea28d21c59fd6d7a80187d6d72fa Mon Sep 17 00:00:00 2001 From: Alex Corcoles Date: Fri, 1 Mar 2024 20:34:21 +0100 Subject: [PATCH] Do not mention mypy I do not use it enough --- programming/python/project_setup.md | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.3