34j

Results 171 comments of 34j

As noted in the above issue, using Docker would be a workaround. Building and uploading Docker image to Docker Hub instead of just providing Dockerfile might be nicer in that...

In my understanding pre-commit-ruff uses prebuilt binaries available on PyPI but does that apply to this project

Not related because #245 is about GitHub Actions and this issue is about pre-commit. pre-commit is just a Git Hook like Husky (while pre-commit.ci is a GitHub app and pre-commit.ci...

> > ```yaml > - repo: local > hooks: > - id: typstyle > name: typstyle > description: Format files with typstyle > entry: typstyle > language: rust > types:...

I don't think that is an issue since all the useres have to do is to install Rust. Can you make your repo public?

@QuadnucYard I ran ``` uv tool install pre-commit-mirror-maker git init pre-commit-typstyle pre-commit-mirror pre-commit-typstyle --language=rust --package-name=typstyle --description="Format files with typstyle" --files-regex="\.typ$" --args="-i" ``` and added `LICENSE` `README.md` `.github/workflows/main.yml` (https://github.com/pre-commit/mirrors-mypy/blob/main/.github/workflows/main.yml with `pre-commit-mirror...

@Enter-tainer There are two ways to do this: either add me to the organization (temporarily or permanently), or transfer it to you and then have you transfer it to the...

Successfully transferred to https://github.com/typstyle-rs/pre-commit-typstyle: ```yaml - repo: https://github.com/typstyle-rs/pre-commit-typstyle rev: "v0.13.18" # The the revision or tag you want to use hooks: - id: typstyle ```

I asked about this here: https://github.com/orgs/copier-org/discussions/1980 Although this (#900) will probably only make it necessary to re-enter the variables or create a config file.