-
## Description
When rusty-hook is set up, it generates new git hook files and overwrites any hooks that may exist. Since git doesn't store hook files in its repo, undoing the changes made by rust…
-
https://github.com/pre-commit/pre-commit is really awesome.
Unfortunately some of the documentation (from the cookiecutter) fails some of the flake8 tests, and I also shot myself in the foot with htt…
-
I'm confused about the current state of our reliance on pre-commit for code quality.
In [Foundations](https://github.com/ProjectPythia/pythia-foundations) we have pre-commit.ci running on every PR.…
-
Already run as a GitHub Action, but mainly so you can run locally. Add to dev_install.
https://github.com/cogent3/c3dev/issues/23#issuecomment-1475678489
-
As an extra check it would be good to add `mvn spotless:apply` to pre-commit so that it runs on `git commit`
Seems both Java and Scala are not listed as supported languages for pre-commit but they …
-
Add pre commit hooks for checks like lint check, compilation check etc. For example, to test if all the test files compile, do something like `go test -c`
-
[Cargo just stopped](https://github.com/rust-lang/cargo/pull/5278) using rustfmt in travis, it was just too annoying to keep up with. I was thinking of building a bot that submitted PR's when `cargo +…
-
https://cjolowicz.github.io/posts/hypermodern-python-03-linting/
-
There is this tool called [pre-commit](https://pre-commit.com) which supports creating and managing multi-language pre-commit hooks easily. I believe you only need to add a `.pre-commit-hooks.yaml` fi…
-
# Overview
> Policy isn't Policy unless it's enforced.
To this end, we would like to have an easy way for developers to ensure that they are following the standards set forth in this repo.
Two …