echo-comment 0.1.5

A bidirectional bash interpreter that converts comments ↔ echo statements
Documentation
ci:
  autofix_commit_msg: "chore(pre-commit): autofix run"
  autoupdate_commit_msg: "chore(pre-commit): autoupdate hooks"
  skip: [run-just-rust-prepush]

default_install_hook_types:
  - pre-commit
  - commit-msg
  - pre-push

repos:
  - repo: https://github.com/lmmx/just-pre-commit
    rev: v0.6.1
    hooks:
      - id: run-just-rust
        name: just (lints)
        args: ['precommit-ci']
        stages: [pre-commit]
      - id: run-just-rust
        alias: run-just-rust-prepush
        name: just (tests)
        args: ['prepush']
        stages: [pre-push]
  - repo: https://github.com/compilerla/conventional-pre-commit
    rev: v4.2.0
    hooks:
      - id: conventional-pre-commit
        stages: [commit-msg]
        # args: [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]