Python ruff

Install:

pip install ruff

Check for linting errors:

ruff check .

automatically fix safe errors

ruff check --fix .

format the code:

ruff format .