Python Linting

Python Linting#

Applies to Linux and Windows

2024-01-12

2 min read time

The following list of tools is used for checking correctness in Python code. These tools are set up to run as git pre-commit hooks via pre-commit.

Some non-Python-specific hooks are also enabled:

  • Check yaml, toml, and json validity

  • Check for no trailing whitespaces and additional newline at the end of files