-
-
Notifications
You must be signed in to change notification settings - Fork 58
🧪 Current pre-commit requirements and enhancements 🧪 #495
Copy link
Copy link
Open
Labels
EnhancementNew feature or requestNew feature or requestGood First IssueGood for newcomersGood for newcomersHelp WantedExtra attention is neededExtra attention is neededQuestionFurther information is requestedFurther information is requestedhacktoberfesttests
Milestone
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestGood First IssueGood for newcomersGood for newcomersHelp WantedExtra attention is neededExtra attention is neededQuestionFurther information is requestedFurther information is requestedhacktoberfesttests
Type
Fields
Give feedbackNo fields configured for Task.
Projects
Status
Ready
With
pre-commitwe run:That means we require both
clang-formatand thedockerexecutable to be pre-installed to be able to run:pre-commit run --all-filessuccessfully.We also need to install
pre-commititself and I am thinking we should do this withpipand create a Make target.That means Python itself is required too.
Which leads to a full Docker container perhaps
Are there any other requirements ?