Skip to content

rvben/rumdl-pre-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rumdl-pre-commit

A pre-commit hook for rumdl, a fast Markdown linter and formatter written in Rust.

Usage

To use rumdl with pre-commit, add the following to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/rvben/rumdl-pre-commit
    rev: v0.0.192
    hooks:
      - id: rumdl      # Lint only (fails on issues)
      - id: rumdl-fmt  # Auto-format (fixes what it can)

Two hooks are available:

  • rumdl — Lints files and fails if any issues are found (ideal for CI)
  • rumdl-fmt — Auto-formats files (fixes what it can, always succeeds)

Installation

When you run pre-commit install or pre-commit run, pre-commit will automatically install rumdl in an isolated Python environment using pip. You do not need to install rumdl manually.

License

MIT (see LICENSE)

About

Pre-commit hook for rumdl, a rust-based Markdown linter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •