Update .pre-commit-config.yaml #7

Merged
Philipp merged 2 commits from philipp-patch-1 into main 2026-01-05 03:08:27 +01:00
Owner

Update to the pre-commit config. Only merge after one month of testing in an active repo

Update to the pre-commit config. Only merge after one month of testing in an active repo
Philipp added 1 commit 2025-12-28 23:43:32 +01:00
Update .pre-commit-config.yaml
Some checks failed
Lint / pre-commit Linting (push) Failing after 2m6s
3119d75031
Philipp added 1 commit 2026-01-05 02:23:01 +01:00
docs: sync GEMINI.md with standards and apply minor formatting fixes
All checks were successful
Lint / pre-commit Linting (push) Successful in 5m35s
6851d1864f
First-time contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵
🧪 No relevant tests
🔒 No security concerns identified
 Recommended focus areas for review

Spelling Error

"repostories" is misspelled; it should be "repositories".

A template for git repostories
Missing List Markers

Under the "## PRs" section, the two guideline lines aren’t prefixed with a dash, breaking the markdown list structure.

Do create PRs only on a specific user request. Do not create them on your own initiative.
A PR should always contain a note if an issue is closed with it.
Hook Exclusions

The new mixed-line-ending hook lacks exclude patterns like the other hooks; consider adding excludes to prevent unintended file modifications (e.g., notebooks or binaries).

- id: mixed-line-ending
  args: [--fix=lf]
## PR Reviewer Guide 🔍 Here are some key observations to aid the review process: <table> <tr><td>⏱️&nbsp;<strong>Estimated effort to review</strong>: 2 🔵🔵⚪⚪⚪</td></tr> <tr><td>🧪&nbsp;<strong>No relevant tests</strong></td></tr> <tr><td>🔒&nbsp;<strong>No security concerns identified</strong></td></tr> <tr><td>⚡&nbsp;<strong>Recommended focus areas for review</strong><br><br> <details><summary><a href='https://git.horstenkamp.eu/Philipp/template-git/src/branch/philipp-patch-1/README.md#L3-L3'><strong>Spelling Error</strong></a> "repostories" is misspelled; it should be "repositories". </summary> ```markdown A template for git repostories ``` </details> <details><summary><a href='https://git.horstenkamp.eu/Philipp/template-git/src/branch/philipp-patch-1/GEMINI.md#L18-L19'><strong>Missing List Markers</strong></a> Under the "## PRs" section, the two guideline lines aren’t prefixed with a dash, breaking the markdown list structure. </summary> ```markdown Do create PRs only on a specific user request. Do not create them on your own initiative. A PR should always contain a note if an issue is closed with it. ``` </details> <details><summary><a href='https://git.horstenkamp.eu/Philipp/template-git/src/branch/philipp-patch-1/.pre-commit-config.yaml#L101-L102'><strong>Hook Exclusions</strong></a> The new `mixed-line-ending` hook lacks exclude patterns like the other hooks; consider adding excludes to prevent unintended file modifications (e.g., notebooks or binaries). </summary> ```yaml - id: mixed-line-ending args: [--fix=lf] ``` </details> </td></tr> </table>
Philipp merged commit 4057b8a2c8 into main 2026-01-05 03:08:27 +01:00
Philipp deleted branch philipp-patch-1 2026-01-05 03:08:28 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Philipp/template-git#7