🧪 Current pre-commit requirements and enhancements 🧪 #495
Labels
Enhancement
New feature or request
Good First Issue
Good for newcomers
hacktoberfest
Help Wanted
Extra attention is needed
Question
Further information is requested
tests
With
pre-commit
we run:That means we require both
clang-format
and thedocker
executable to be pre-installed to be able to run:pre-commit run --all-files
successfully.We also need to install
pre-commit
itself and I am thinking we should do this withpip
and create a Make target.That means Python itself is required too.
Which leads to a full Docker container perhaps
Are there any other requirements ?
The text was updated successfully, but these errors were encountered: