-
It would be really handy if pre-commit would also run scripts when repositories were used as submodules
http://stackoverflow.com/questions/10848191/git-submodule-commit-hooks
```
`git rev-parse --gi…
-
## Background
(Based on a conversation at OLS co-working, with @sgibson91.)
I recently finished drafting [a skill-up for Carpentries lesson Maintainers](https://carpentries.github.io/github-skill…
-
### What would you like Renovate to be able to do?
Renovate currently has the ability to update `.pre-commit-config.yaml` if the behaviour is opted into. At the moment however renovate is only updat…
-
I have a very similar problem with https://github.com/cachix/devenv/issues/623. I see that a new key was added to address this https://github.com/cachix/devenv/issues/619.
However, when I added it,…
-
**Describe the bug**
I get the message "Failed to initialize graphics, trying secondary backends.. Please mention this if you encounter any bugs!" without any information about what graphics were t…
-
Upstream issue: https://github.com/pre-commit/pre-commit/issues/3028.
### Summary
Tried to add a file to git lfs and this broke the `forbid-binary` hook.
### Description
`bash`:
```bash
…
-
Originally posted here: https://github.com/google/yamlfmt/issues/74#issuecomment-1505882709
input yaml:
```
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.…
-
I encountered a few issues when setting up the tools for pre-commit hooks on a recent brew:
* 'Modern' brew python does not have 'pip' only 'pip3'
* virtualenv and other yapf tools scripts hard re…
-
```
git commit -am "Adding newlines"
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
…
-
We should check the types of the Python code. There are [tools to do this](https://mypy.readthedocs.io/en/stable/).
Note that type checks are sufficiently expensive that I suggest they're best as a…