-
**Description**
The current Django project lacks a pre-commit setup, leading to potential code quality issues and style inconsistencies. This issue aims to implement pre-commit hooks to automatical…
-
**Describe the bug**
Sometimes a CircleCI step fails with a final line of output:
```
cachix:
```
The `cachix watch-exec ...` command exits with non-zero status failing the CI job. The fi…
-
Add linters for more file types: Dockerfile, YAML, etc.
Some libraries already exist:
* https://github.com/adrienverge/yamllint
* https://github.com/hadolint/hadolint (possibly https://github.com/A…
-
So it's now quite popular to use `tox --notest` in CIs in a separate task/step to make it easier to distinguish between failing deps setup vs actual tests.
The concrete use-case I have in mind is r…
-
Hey @manulera, could you give me a hand on how to create new sources? I have added the entry to the linkML schema and now I guess I have to create the Pydantic classes from it using linkml's functions…
-
### Body
Original discussion: https://lists.apache.org/thread/8rhmz3qh30hvkondct4sfmgk4vd07mn5
tl;dr; `DbApiHook` assumes that Airflow Connection URI representation is a valid SA URI, but it is …
-
When adding a larger amount of files and directories to an existing (nearly empty)
git repository, "git commit -a" leads to githooks complaining about "Argument list
too long".
```
$ git add .
…
-
**URL**: https://calmcode.io/bandit/pre-commit.html
**Issue**: The referenced pre-commit hook is deprecated and no longer maintained (see https://github.com/Lucas-C/pre-commit-hooks-bandit). As a res…
-
I've complained in the past [on Zulip](https://lf-lang.zulipchat.com/#narrow/stream/336350-general/topic/Merge.20Strategy/near/371093402) about the cleanliness of our git history trees.
Since our c…
-
Hi,
I'm used to have a the lint running on pre commit, to be secure to commit always formatted code, and to have the test and type check running on pre push.
what do you think?
can we add this …