-
-
Notifications
You must be signed in to change notification settings - Fork 57
馃И 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
Description
Activity
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
Projects
- StatusShow more project fieldsReady
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 ?