-
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…
-
Hi,
just want to check you're okay with upstreaming the BW1099 module into the official Kicad repositories. At the end you list MIT so that shouldn't be a problem :-)
I've modified the schematic…
-
### Current Behavior
New packages add husky hooks to the git repository.
### Desired Behavior
Provide an optional flag to disable husky
### Suggested Solution
```
tsdx create something…
-
Some I've found useful
- repo: https://github.com/pre-commit/pre-commit-hooks
- `check-ast` - catches python syntax errors before commit
- `check-merge-conflict` - catches "oops"
- `check-…
-
Hi.
Since this repo has not been updated in a very long time, and since I wanted to add more pre-commit hooks, I decided to fork this repo. The fork is linked here: https://github.com/FeryET/pre-co…
-
It's happened 10+ times that our contributors are confused and struggling with *coding_guidelines_check*. Because the *git-clang-format*, which is used by *coding_guidelines_check*, will check all com…
-
> Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the re…
-
With the default test repo (`pre-commit-hooks/tests/test_repo`) and the following config...
```yaml
fail_fast: false
repos:
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
…
-
Renovate has a support for [pre-commit manager](https://github.com/renovatebot/renovate/tree/main/lib/manager/pre-commit) but it only updates partially the pre-commit hooks (can also be achieved with …
-
### Describe the bug
The `pkgs.pre-commit` package provides a command called `pre-commit`. Running `pre-commit install` in a git repo will create a script at `.git/hooks/pre-commit`, based on a templ…