Verify that removal of pretty-format-ini and pretty-format-toml does not leave dangling references in any CI scripts, lockfiles, or documentation, and update those if necessary.
## PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
<table>
<tr><td>⏱️ <strong>Estimated effort to review</strong>: 1 🔵⚪⚪⚪⚪</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/Screeps/screeps-deploy-action/src/branch/chore/pre-commit-cleanup/.pre-commit-config.yaml#L19-L24'><strong>Config Consistency</strong></a>
Verify that removal of `pretty-format-ini` and `pretty-format-toml` does not leave dangling references in any CI scripts, lockfiles, or documentation, and update those if necessary.
</summary>
```yaml
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.15.0
hooks:
- id: pretty-format-yaml
args: [--autofix]
```
</details>
<details><summary><a href='https://git.horstenkamp.eu/Screeps/screeps-deploy-action/src/branch/chore/pre-commit-cleanup/.pre-commit-config.yaml#L19-L24'><strong>Formatting Coverage</strong></a>
Ensure that ini and toml files are still formatted by another tool or hook if needed, so no configuration files slip through unformatted.
</summary>
```yaml
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.15.0
hooks:
- id: pretty-format-yaml
args: [--autofix]
```
</details>
</td></tr>
</table>
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.
PR Type
Enhancement
Description
Remove unused pre-commit hooks
Delete
pretty-format-iniandpretty-format-tomlFile Walkthrough
.pre-commit-config.yaml
Clean up pre-commit hook configuration.pre-commit-config.yaml
pretty-format-inihook entrypretty-format-tomlhook entrychore: remove unused pre-commit hooksto Remove unused pre-commit hooksPR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Config Consistency
Verify that removal of
pretty-format-iniandpretty-format-tomldoes not leave dangling references in any CI scripts, lockfiles, or documentation, and update those if necessary.Formatting Coverage
Ensure that ini and toml files are still formatted by another tool or hook if needed, so no configuration files slip through unformatted.
PR Code Suggestions ✨
No code suggestions found for the PR.
a7f67bacectof786e320f4