rumdl 0.0.45__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.0.47__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.45
3
+ Version: 0.0.47
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -59,6 +59,7 @@ Project-URL: Repository, https://github.com/rvben/rumdl.git
59
59
  - [Using pip (Python)](#using-pip-python)
60
60
  - [Download binary](#download-binary)
61
61
  - [Usage](#usage)
62
+ - [Pre-commit Integration](#pre-commit-integration)
62
63
  - [Rules](#rules)
63
64
  - [Command-line Interface](#command-line-interface)
64
65
  - [Commands](#commands)
@@ -74,7 +75,6 @@ Project-URL: Repository, https://github.com/rvben/rumdl.git
74
75
  - [Prerequisites](#prerequisites)
75
76
  - [Building](#building)
76
77
  - [Testing](#testing)
77
- - [Using rumdl with pre-commit](#using-rumdl-with-pre-commit)
78
78
  - [License](#license)
79
79
 
80
80
  ## Quick Start
@@ -177,6 +177,33 @@ rumdl check --include "docs/**/*.md" --exclude "docs/temp,docs/drafts" .
177
177
  rumdl check --no-respect-gitignore .
178
178
  ```
179
179
 
180
+ ## Pre-commit Integration
181
+
182
+ You can use `rumdl` as a pre-commit hook to check and fix your Markdown files.
183
+
184
+ The recommended way is to use the official pre-commit hook repository:
185
+
186
+ [rumdl-pre-commit repository](https://github.com/rvben/rumdl-pre-commit)
187
+
188
+ Add the following to your `.pre-commit-config.yaml`:
189
+
190
+ ```yaml
191
+ repos:
192
+ - repo: https://github.com/rvben/rumdl-pre-commit
193
+ rev: v0.0.45 # Use the latest release tag
194
+ hooks:
195
+ - id: rumdl
196
+ # To only check (default):
197
+ # args: []
198
+ # To automatically fix issues:
199
+ # args: [--fix]
200
+ ```
201
+
202
+ - By default, the hook will only check for issues.
203
+ - To automatically fix issues, add `args: [--fix]` to the hook configuration.
204
+
205
+ 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.
206
+
180
207
  ## Rules
181
208
 
182
209
  rumdl implements over 50 lint rules for Markdown files. Here are some key rule categories:
@@ -391,26 +418,6 @@ make build
391
418
  make test
392
419
  ```
393
420
 
394
- ## Using rumdl with pre-commit
395
-
396
- You can use `rumdl` as a pre-commit hook in your own projects to check your Markdown files.
397
-
398
- Add the following to your `.pre-commit-config.yaml`:
399
-
400
- ```yaml
401
- repos:
402
- - repo: https://github.com/rvben/rumdl
403
- rev: v0.0.45 # Use the latest release tag
404
- hooks:
405
- - id: rumdl-check # Just check for issues
406
- # Or use rumdl-fix to automatically fix issues:
407
- # - id: rumdl-fix
408
- ```
409
-
410
- Then run `pre-commit install`.
411
-
412
- Pre-commit will automatically download and install `rumdl` using `cargo`. `rumdl` will respect any `.rumdl.toml` or `pyproject.toml` configuration file present in your repository.
413
-
414
421
  ## License
415
422
 
416
423
  rumdl is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
@@ -0,0 +1,7 @@
1
+ rumdl-0.0.47.dist-info/METADATA,sha256=9BOt1B8thE1SvQj7zoAPXST_FiGx1JP5tWWoXtdTr18,13189
2
+ rumdl-0.0.47.dist-info/WHEEL,sha256=51wrJzNa3JMMGHaPe1sLM9VZUn2xONntEjhUwRqgxpg,128
3
+ python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
4
+ python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
5
+ python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
6
+ rumdl-0.0.47.data/scripts/rumdl,sha256=Dz5_zFwoS3Y-JpwqlrjfdoVr7WYBhlLAjl2q3aidNnc,4756112
7
+ rumdl-0.0.47.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- rumdl-0.0.45.dist-info/METADATA,sha256=CWAGO7dejpDvKdUDo3O4YQaT4yLFP20HkgY3NuGtcrw,12939
2
- rumdl-0.0.45.dist-info/WHEEL,sha256=51wrJzNa3JMMGHaPe1sLM9VZUn2xONntEjhUwRqgxpg,128
3
- python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
4
- python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
5
- python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
6
- rumdl-0.0.45.data/scripts/rumdl,sha256=SLcQkxnjQ1orqqVYPxl6Ig3FBI2K82FdoBSdgA3Q-QQ,4772912
7
- rumdl-0.0.45.dist-info/RECORD,,
File without changes