rumdl 0.0.42__py3-none-macosx_11_0_arm64.whl → 0.0.43__py3-none-macosx_11_0_arm64.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.
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rumdl
|
|
3
|
-
Version: 0.0.
|
|
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
|
|
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.
|
|
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=BIHewG3xDASNrCQSw936TG4pT5uL1AnxgJ7f_yNgUy0,101
|
|
3
|
+
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
4
|
+
python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
5
|
+
python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
|
|
6
|
+
rumdl-0.0.43.data/scripts/rumdl,sha256=Tingd0HG5UipqFka9xPBxd_uX1kLtoxtXXdZsgu1eUw,4483328
|
|
7
|
+
rumdl-0.0.43.dist-info/RECORD,,
|
rumdl-0.0.42.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
rumdl-0.0.42.dist-info/METADATA,sha256=MbmYyWGuUU168jrT3VU4ZrxHMrNK7hWfLukMJz5YEdY,12128
|
|
2
|
-
rumdl-0.0.42.dist-info/WHEEL,sha256=BIHewG3xDASNrCQSw936TG4pT5uL1AnxgJ7f_yNgUy0,101
|
|
3
|
-
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
4
|
-
python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
5
|
-
python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
|
|
6
|
-
rumdl-0.0.42.data/scripts/rumdl,sha256=sxoyc1d64gMwI5I2e3QrBVlv368GTFzmEVW8oe7nL5Y,4450784
|
|
7
|
-
rumdl-0.0.42.dist-info/RECORD,,
|
|
File without changes
|