|
| 1 | +--- |
| 2 | +hide: |
| 3 | +- toc |
| 4 | +json_ld: |
| 5 | + '@context': https://schema.org |
| 6 | + '@type': SoftwareApplication |
| 7 | + applicationCategory: DeveloperApplication |
| 8 | + description: A framework for managing and maintaining multi-language pre-commit |
| 9 | + hooks.Git hook scripts are useful for identifying simple issues before submission |
| 10 | + to code review. We run our hooks on every commit to automatically point out issues |
| 11 | + in code such as missing semicolons, trailing whitespace, and debug statements. |
| 12 | + By pointing these issues out before code review, this allows a code reviewer to |
| 13 | + focus on the architecture of a change while not wasting time with trivial style |
| 14 | + nitpicks. |
| 15 | + license: Not confirmed |
| 16 | + name: pre-commit |
| 17 | + offers: |
| 18 | + '@type': Offer |
| 19 | + price: 0 |
| 20 | + operatingSystem: LINUX |
| 21 | + review: |
| 22 | + '@type': Review |
| 23 | + author: |
| 24 | + '@type': Organization |
| 25 | + name: EESSI |
| 26 | + reviewBody: Application has been successfully made available on all architectures |
| 27 | + supported by EESSI |
| 28 | + reviewRating: |
| 29 | + '@type': Rating |
| 30 | + ratingValue: 5 |
| 31 | + softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available |
| 32 | + on your system |
| 33 | + softwareVersion: '[''pre-commit/3.7.0-GCCcore-13.2.0'']' |
| 34 | + url: https://pre-commit.com/ |
| 35 | +--- |
| 36 | + |
| 37 | +pre-commit |
| 38 | +========== |
| 39 | + |
| 40 | + |
| 41 | +A framework for managing and maintaining multi-language pre-commit hooks.Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues in code such as missing semicolons, trailing whitespace, and debug statements. By pointing these issues out before code review, this allows a code reviewer to focus on the architecture of a change while not wasting time with trivial style nitpicks. |
| 42 | + |
| 43 | +https://pre-commit.com/ |
| 44 | +# Available modules |
| 45 | + |
| 46 | + |
| 47 | +The overview below shows which pre-commit installations are available per target architecture in EESSI, ordered based on software version (new to old). |
| 48 | + |
| 49 | +To start using pre-commit, load one of these modules using a `module load` command like: |
| 50 | + |
| 51 | +```shell |
| 52 | +module load pre-commit/3.7.0-GCCcore-13.2.0 |
| 53 | +``` |
| 54 | + |
| 55 | +*(This data was automatically generated on {{ generated_time }})* |
| 56 | + |
| 57 | +| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512| |
| 58 | +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | |
| 59 | +|pre-commit/3.7.0-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|x| |
| 60 | + |
| 61 | + |
| 62 | +### pre-commit/3.7.0-GCCcore-13.2.0 |
| 63 | + |
| 64 | +This is a list of extensions included in the module: |
| 65 | + |
| 66 | +cfgv-3.4.0, identify-2.5.35, nodeenv-1.8.0, pre-commit-3.7.0 |
0 commit comments