rumdl 0.0.42__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.0.43__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.42
3
+ Version: 0.0.43
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -367,7 +367,7 @@ make build
367
367
  make test
368
368
  ```
369
369
 
370
- ## Using rumdl with pre-commit (for Users)
370
+ ## Using rumdl with pre-commit
371
371
 
372
372
  You can use `rumdl` as a pre-commit hook in your own projects to check your Markdown files.
373
373
 
@@ -376,7 +376,7 @@ Add the following to your `.pre-commit-config.yaml`:
376
376
  ```yaml
377
377
  repos:
378
378
  - repo: https://github.com/rvben/rumdl
379
- rev: v0.5.0 # Use the latest release tag
379
+ rev: v0.0.43 # Use the latest release tag
380
380
  hooks:
381
381
  - id: rumdl-check # Just check for issues
382
382
  # Or use rumdl-fix to automatically fix issues:
@@ -0,0 +1,7 @@
1
+ rumdl-0.0.43.dist-info/METADATA,sha256=kGlwCvUQn3l-o68ZSniyQn5SrmPyRuvMxdzt3dSaOyk,12117
2
+ rumdl-0.0.43.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.43.data/scripts/rumdl,sha256=avTANNmIzycyXKn10fu71bQogCxJ-AVZ4M0vvVpIRU4,4747496
7
+ rumdl-0.0.43.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- rumdl-0.0.42.dist-info/METADATA,sha256=MbmYyWGuUU168jrT3VU4ZrxHMrNK7hWfLukMJz5YEdY,12128
2
- rumdl-0.0.42.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.42.data/scripts/rumdl,sha256=HgsIph3DEgUJ67oHg_H7PuM208grsBiUc7-qTW1t4pM,4724976
7
- rumdl-0.0.42.dist-info/RECORD,,
File without changes