-
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 …
-
I was potentially interested in toying with the idea of pre-commit hooks, so code is automatically formatted before commit. Most of the time, I find myself doing this on the backend. For instance, in …
-
### Feature summary
Add ruff linting to CI
### Feature description
Requested changes:
- Pre-config is intended to help developers catch issues that will be inevitably caught during CI. Linting i…
-
Consistently formatted yaml, json, etc makes it easier for multiple developers and reduces git diffs.
Formatting and linting that can be run on at git commit time with a git hook, reduces the need …
-
I ran the repo-review tool on this the Icechunk-python package. Many of the things it flagged are good ideas (and some are already in progress).
#### 👇 full output from the repo-review tool
```s…
-
It would be awesome to have automated style checks (in commit hooks? via GitHub actions on pull requests?) that prevent contributors from committing files that don't adhere to the `web-lower-case` sty…
-
Add the following to the Dockerfile to initialise the pre-commit hooks (currently the user has to manually run pre-commit once for future commits to be checked automatically):
```Dockerfile
# Setu…
-
**Is your feature request related to a problem? Please describe.**
I was looking at #2845 and realized that it didn't meet my needs because it didn't support pre-upload hooks. I investigated further …
-
I am on a silicon mac have installed the latest versions of pre-commit (using Homebrew) and precommit. 26 October 2024.
- I had to add an environment variable in .RProfile for R to find pre-commit…