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.
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-endingargs:[--fix=lf]
## PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
<table>
<tr><td>⏱️ <strong>Estimated effort to review</strong>: 2 🔵🔵⚪⚪⚪</td></tr>
<tr><td>🧪 <strong>No relevant tests</strong></td></tr>
<tr><td>🔒 <strong>No security concerns identified</strong></td></tr>
<tr><td>⚡ <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 main2026-01-05 03:08:27 +01:00
Philipp
deleted branch philipp-patch-12026-01-05 03:08:28 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Update to the pre-commit config. Only merge after one month of testing in an active repo
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Spelling Error
"repostories" is misspelled; it should be "repositories".
Missing List Markers
Under the "## PRs" section, the two guideline lines aren’t prefixed with a dash, breaking the markdown list structure.
Hook Exclusions
The new
mixed-line-endinghook lacks exclude patterns like the other hooks; consider adding excludes to prevent unintended file modifications (e.g., notebooks or binaries).Testing the review tools via FastMCP Token Pass-through.