-
### What problem would this feature solve?
Currently, PSScriptAnalyzer in Hawk:
- Only runs during CI via PSScriptAnalyzer.Tests.ps1
- Has hardcoded rule exclusions
- No local validation before …
-
-
All hooks used by our repositories should be added here. These are usually managed by Husky.
-
It often happens that PR are submitted (by me 🤡) without running the linter first.
Adding a pre-commit hook to automatically run the linter before creating a commit can help with ensure that this i…
-
I would like to run a formatting step after the package.json and changelog have been updated, but before the release commit
It would be good if there was a hooks system like `release-it` has.
ht…
-
Set up [pre-commit hooks](https://pre-commit.com/) for
- [ ] Style (black + ruff)
- [ ] Clear notebooks output
(please feel free to suggest more)
-
Shall we use the pre-commit autoupdate ci? Either with the [GitHub Action](https://github.com/pre-commit/action) or with our own scheduled pre-commit autoupdate CI.
I often run into the issues that…
-
**Describe the bug**
Pre-commit hook is ignored.
**To Reproduce**
Steps to reproduce the behavior:
1. `mkdir .githooks && git config --local core.hooksPath .githooks`
2. Create `.githooks/pre-c…
-
**Is your feature request related to a problem? Please describe.**
Pressing the key`w` or `c` and entering manually `WIP` I can "append" the flag `--no-verify`
But the commit message will be saved …
dafi updated
6 months ago
-
Several people working on different projects asked for help to have pre-commit hooks in their projects, in my opinion it would make sense centralize this here.
[`pre-commit-hooks.nix`](https://gith…