aboutsummaryrefslogtreecommitdiff
path: root/programming/python/project_setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'programming/python/project_setup.md')
-rw-r--r--programming/python/project_setup.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md
index 43ce8b73..eab2a85f 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