Formatter and Linter#

Having discussed where to write code, we now turn to what the code should look like. Code formatters like black automatically rewrite your code to adhere to certain style guidelines. Linters like flake8,pydocstyle or ruff perform static code analysis and check for potential shortcomings or stylistic errors.

Index#