https://github.com/compwa/taplo-pre-commit

A pre-commit hook for Taplo, a TOML formatter written in Rust

https://github.com/compwa/taplo-pre-commit

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.9%) to scientific vocabulary

Keywords

pre-commit rust toml toml-formatter
Last synced: 5 months ago · JSON representation

Repository

A pre-commit hook for Taplo, a TOML formatter written in Rust

Basic Info
Statistics
  • Stars: 18
  • Watchers: 7
  • Forks: 3
  • Open Issues: 1
  • Releases: 4
Topics
pre-commit rust toml toml-formatter
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Pre-commit hook for the Taplo TOML formatter

Mirror of github.com/tamasfe/taplo and the taplo PyPI package for pre-commit.

Using Taplo with pre-commit

Add this to your .pre-commit-config.yaml

yaml repos: - repo: https://github.com/ComPWA/taplo-pre-commit rev: v0.9.3 hooks: - id: taplo-format

To get the latest release, run

shell pre-commit autoupdate --repo https://github.com/ComPWA/taplo-pre-commit

Optionally, you can also install the Taplo linter as a pre-commit hook:

yaml repos: - repo: https://github.com/ComPWA/taplo-pre-commit rev: v0.9.3 hooks: - id: taplo-format - id: taplo-lint

Owner

  • Name: Common Partial Wave Analysis
  • Login: ComPWA
  • Kind: organization
  • Email: compwa@ep1.rub.de
  • Location: Germany

Making amplitude analysis reproducible, understandable, and easy to do

GitHub Events

Total
  • Watch event: 12
  • Issue comment event: 2
  • Pull request review event: 2
  • Pull request review comment event: 4
  • Fork event: 2
Last Year
  • Watch event: 12
  • Issue comment event: 2
  • Pull request review event: 2
  • Pull request review comment event: 4
  • Fork event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 11
  • Total pull requests: 18
  • Average time to close issues: 24 days
  • Average time to close pull requests: 3 days
  • Total issue authors: 7
  • Total pull request authors: 4
  • Average comments per issue: 3.45
  • Average comments per pull request: 0.22
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 6
  • Pull requests: 9
  • Average time to close issues: about 9 hours
  • Average time to close pull requests: 4 days
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.11
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • m-roberts (2)
  • redeboer (2)
  • tomassebestik (1)
  • kbumsik (1)
Pull Request Authors
  • redeboer (12)
  • dependabot[bot] (5)
  • flying-sheep (1)
Top Labels
Issue Labels
🐛 Bug (3) 🖱️ DX (2) ❗ Interface (1)
Pull Request Labels
🖱️ DX (6) 🐛 Bug (5) 🔨 Maintenance (4) ❗ Interface (3) 📝 Docs (1) ⚠️ Behavior (1) ✨ Feature (1)

Dependencies

.github/workflows/docker.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/metadata-action v4 composite
.github/workflows/update-tags.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Dockerfile docker
  • ubuntu 22.04 build
requirements.txt pypi
  • pre-commit *
  • ruamel.yaml *
.github/workflows/ci.yml actions
.github/workflows/clean-caches.yml actions
  • ComPWA/actions/clean-caches v1 composite
.github/workflows/pr-linting.yml actions
  • JulienKode/pull-request-name-linter-action v0.5.0 composite
  • actions/checkout v4 composite
  • docker://agilepathway/pull-request-label-checker latest composite
Cargo.toml cargo
environment.yml pypi