-
From https://github.com/phetsims/perennial/issues/370
- [ ] Move this code to perennial
- [ ] Create a grunt task that runs pre commit hooks for a given repo or repos, and have it support
- [ ] …
-
We want to avoid code style issues when doing reviews of PRs.
We need `black` and `isort` linters to start with. Setup with a GitHub action run on each PR.
Ideally, these would be applied by dev…
-
### Problem
After the new project has been initialized, I receive a warning that `pre-commit` is not installed. I see that `pre-commit` is in the `dev` dependencies.
```
'pre-commit' is not recogni…
-
# Context
The purpose of this ticket is to set up the first makefile, which will aim to simplify the installation of xdem for developers using Linux.
To begin, we will draw inspiration from the …
-
Use -
ESLint
Prettier
lint-staged
husky
-
Using uv 0.4.29
I went through the docs, but I did not find an equivalent for "poetry check" that check for syntax errors in pyproject.toml.
imagine a typo in a required key of pyproject.toml:…
-
**Before filing a bug**
- [x] I have installed the latest dev version of {precommit} with `remotes::install_github('lorenzwalthert/precommit')`
- [x] I have installed the latest hook revisions (up…
-
@ceteri happy to take this on if you would like to move to ruff?
-
## User - Validation
+ [ ] `grkstyle`' style is apply at each commit
## Dev - Tech
Using pre-commit in the golem package ensures high code quality and consistency. Pre-commit automates code …
-
#108 disabled the lint workflow to have ongoing development still have fully passing PRs and tracking main/2.x branches. Before this is released and before the plugin becomes more stable, this should …