Skip to content

rvben/rumdl-pre-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rumdl-pre-commit

A pre-commit hook for rumdl, a fast Markdown linter and fixer 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.128  # Use the latest release tag
    hooks:
      - id: rumdl
        # To only check (default):
        # args: []
        # To automatically fix issues:
        # args: [--fix]
  • By default, the hook will only check for issues.
  • To automatically fix issues, add args: [--fix] to the hook configuration.

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