Style guides Commit messages Imperative style (has to work in "If this commit is applied, it will <commit message>.") The first line <80 characters, the second line empty Python code Black style No extra blank lines Has to pass flake8 Imports sorted with isort Google style docstrings Has to pass mypy Has to pass codespell