-
### Describe the bug
I'm running bandit with pre-commit. I want to dump the report in a json format so that I can exploit it afterward.
For some unknown reason, the json generated is broken at th…
-
Thank you for creating the issue!
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
- [X] Yes, I've included all information below (version, config, etc).
Please include th…
-
### Description
i dont want it to be global, i just want current repo to be hooked
### Suggested Solution
put it in cwd/.git/hooks/prepare... not ~/.git_hooks/prepare-commit-msg
### Alternatives
…
Geczy updated
9 months ago
-
### Describe the bug
![image](https://user-images.githubusercontent.com/26568721/108068616-52af1080-7088-11eb-8b07-a2323723877c.png)
Pre-commit hook fails when I try to commit using GitHub Desktop…
-
I'm using this pre-commit config:
```
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
hooks:
- id: nbqa-pyupgrade
args: ["--py310-plus"]
```
and get a failed hook…
-
AP_DDS requires pre-commit to be run. If you don't have it set up, you have to run it and squash the changes. CI could actually support changing the files automatically.
Last time we discussed thi…
-
First off I want to say that I really like this project!
I know the name of the project is _pre-commit-hooks_, however I would like to be able to install other types of hooks for our workflow in ou…
-
**Is your feature request related to a problem? Please describe.**
It's not a problem, but it's very frustrating when I want to add a fixup! commit and I have to run my entire precommit hook, or disa…
-
### Describe the bug
**context**
Formating status badges from Azure, just copy paste the provided code by Azure devops
**expectation**
keep it as it is:
`[![Build Status](https://dev.azure.com/…
Borda updated
1 month ago
-
There are several ways to reduce technical debt for a programming project and one way is to have a uniform coding standard. I propose that we adopt "ruff format ." and "ruff check --fix ." along with…