diff options
| author | Alex Corcoles <alex@pdp7.net> | 2024-03-01 20:34:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 20:34:21 +0100 |
| commit | ce3a29aaa57eea28d21c59fd6d7a80187d6d72fa (patch) | |
| tree | df9fae5e105f700a78e3b45fc46b2fc52e85b249 /programming | |
| parent | aab7592ea8cd0a3b3870d0d8b1fa6ccd2cc15798 (diff) | |
Do not mention mypy
I do not use it enough
Diffstat (limited to 'programming')
| -rw-r--r-- | programming/python/project_setup.md | 4 |
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 |
