-
I think it would be useful to revise the Command Line Interface (CLI) entry point to TopoStats. Currently there are two `run_topostats` and `toposum` but in order to make this extensible I feel we sho…
-
Git pre-commit (pre-push) hooks are useful to avoid committing (pushing) code which is guaranteed to fail CI. The process of adding hooks for a given project is complicated and error prone... but can …
-
Add pre-commit hooks (e.g. using husky) to lint and beautify code.
ESLint with Prettier plugin is a good option, but I'm open to any suggestions.
This will ensure that code is consistent across all de…
-
GIT can provide tools to check / lint the code before creating a commit. We are using it in our simulation project COMPASS and I find it very useful.
So, I have several questions regarding hooks:
…
-
This is a follow up to #9948 and [vscode#90178](https://github.com/microsoft/vscode/issues/90178). After looking at the problem of environment-dependent pre-commit hooks from both the extension's and …
-
**Is your feature request related to a problem? Please describe.**
I work in a repo with relatively slow pre-commit hooks. I'd like to be able to start composing my commit messages while the pre-comm…
-
URL: https://github.com/pre-commit/pre-commit
Description: A framework for managing and maintaining multi-language pre-commit hooks.
-
### Task
Instead of invoking each hook individually we could just run `pre-commit run -a`.
We need to:
- [ ] fix sqlfluff errors/warnings
- [ ] fix hanging of "Fix Lint groovy findings" (maybe…
4ydan updated
7 months ago
-
Hi,
currently we setup our pre-commit specifying a revision for Ruff.
```yaml
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.0
hooks:
# Run t…
-
# Todo
cc @aching @banool @chen-robert @crbl69 @davidiw @vineethk @wrwg @xbtmatt
- [ ] Add `pre-commit` top-level `repos` entry for `aptos` CLI
- [ ] Add `hooks` entry for `aptos move test` …