Run pre-commit checks¶
Pre-commit hooks are scripts that run before each commit to ensure code quality by checking for common issues.
Running pre-commit checks¶
After installing the development tools, you can, for example, invoke all checks, by running the following command:
uv run pre-commit -- run --all-files
Or shorter:
just check