]> xn--ix-yja.es Git - alex.git/commitdiff
Do not mention mypy
authorAlex Corcoles <alex@pdp7.net>
Fri, 1 Mar 2024 19:34:21 +0000 (20:34 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 19:34:21 +0000 (20:34 +0100)
I do not use it enough

programming/python/project_setup.md

index 43ce8b73c57d7d32dfcb127b697ce5defbbecde0..eab2a85f70b73e20f5feeb19b6ad9cc63afc22e4 100644 (file)
@@ -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