-
Commit : https://github.com/lucasteisseire/monitorfish/commit/06b520ea4cd152d37af48c767d5119a06682ebb9
Explication :
> Almost all problems are related to incorrect use of hooks, or not at all wit…
-
# Scenario
We have a pre-commit hook that enforces commit messages are in a particular format. For example, it might enforce [Semantic Commits](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e…
-
This is a follow up on https://github.com/grpc/grpc/pull/26553.
1. We want to avoid duplicating sanity tests in subfolders
2. Should we add `isort` check?
3. Should we add docs explaining how to …
-
Add a pre-commit hook with basic hooks like [check-ast](https://github.com/pre-commit/pre-commit-hooks#check-ast) , [check-yaml](https://github.com/pre-commit/pre-commit-hooks#check-yaml), [check-merg…
-
- CI lint tool can be used to run, so code is linted and formatted before it is committed. One can prefer any tool some references listed.
- For more about repo visit [litmus-python](https://github.c…
-
Hi @praveenperera ,
Thanks for the great package.
We are using lint-staged and husky for pre-commit hooks.
rustywind changes the class order on changed files on commit and later jest test fa…
-
**Is your feature request related to a problem? Please describe.**
Template Specs and Azure policies with deployifnotexists effect take ARM template as one of their properties. Building bicep into AR…
miqm updated
3 months ago
-
PR #610 (commit c4d24761d78026f5ce8bdd707de74ec2c1e172c9) added new hooks to the basket module for handling validator slash events. However, it's not clear where the slashed funds go when the basket p…
-
So far I really enjoy using GitButler but I do always find myself confused as to why git hooks are disabled by default as those ensure consistent stable/linted code.
Is there any reason behind this…
-
Running pre-commit hooks gives the following error in python 3.12.4:
```bash
Check for missing requirements from the environment.......................Failed
- hook id: check-missing-requirements…