Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAK: switch to taplo PyPI package #18

Merged
merged 3 commits into from
Aug 19, 2024
Merged

BREAK: switch to taplo PyPI package #18

merged 3 commits into from
Aug 19, 2024

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Aug 19, 2024

Closes #17

As a temporary alternative to tamasfe/taplo#549, github.com/ComPWA/taplo has been created as a fork to host taplo as a PyPI package (from v0.8.0). Note that the hook has been renamed from taplo to taplo-format:

repos:
  - repo: https://github.com/ComPWA/mirrors-taplo
    rev: v0.8.0-pypi
    hooks:
      - id: taplo-format  # used to be taplo

The reason is that a taplo-lint hook has been added as well:

repos:
  - repo: https://github.com/ComPWA/mirrors-taplo
    rev: v0.8.0-pypi
    hooks:
      - id: taplo-lint

Warning

This PR removes the docker hooks. Feel free to use https://github.com/nikaro/taplo-pre-commit/blob/main/.pre-commit-hooks.yaml instead.

@redeboer redeboer added ⚠️ Behavior ✨ Feature New feature added to the package labels Aug 19, 2024
@redeboer redeboer self-assigned this Aug 19, 2024
@redeboer redeboer merged commit b8599ef into main Aug 19, 2024
@redeboer redeboer deleted the pypi-taplo branch August 19, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature added to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Current hook fails in pre-commit ci
1 participant