The current Makefile doesn't have a simple command to run linting. Add a lint target that runs pre-commit run --all-files.
Provides a standard, intuitive command (make lint) for newcomers to check their code before opening a PR.
lint: target to Makefilepre-commit run --all-filespre-commit run --all-files