-
```
/usr/bin/tg: line 118: /home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+: No such file or directory
chmod: cannot access '/home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+': No…
-
Hi!
For some hooks (for example commit-msg), git will call the hook with the path to the file containing the commit message (almost always `.git/COMMIT_EDITMSG`). From `man githooks`:
```
comm…
-
maybe we should use the alternative way to download commit-msg hook
e.g curl -o /.git/hooks/commit-msg /tools/hooks/commit-msg
-
**Describe the bug**
`gitleaks` pre-commit hook scans the staged files instead of the files that pre-commit requests to scan.
**To Reproduce**
Steps to reproduce the behavior:
```
# assuming pr…
-
Just installed unity-builder repo on a new pc. I found that it's installing 4 additional hooks and tests are running both through lint staged (only the relevant ones) and as part of the git hook (al…
-
**Feature**
When using pytest one can declare fixtures and also define a return type for them, which IDE's like Pycharm can then use to provide further code completion.
Currently mypy does not kno…
-
### What version of Bun is running?
1.1.37
### What platform is your computer?
Docker K8 node slim
### What steps can reproduce the bug?
1. Setup a docker image with node-slim + debian slim
2. Se…
-
The steam workshop release of the mod contains your ".git" directory.
The following messages appear in "console.log" :
```
LOG : Mod , 1614287752851> loading doIHaveAKeyForThis
LOG :…
-
The below:
```yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-byte-order-marker
- id: check-docstring-fir…
-
I have Isort install, python3.6 project and pre-commit installed too.
Other hooks are working fine. I add the yaml code to my .pre-commit-config.yaml, run pre-commit install and I m getting this erro…