rumdl 0.0.161__py3-none-musllinux_1_2_aarch64.whl → 0.0.163__py3-none-musllinux_1_2_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.

Potentially problematic release.


This version of rumdl might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.161
3
+ Version: 0.0.163
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -33,7 +33,7 @@ Project-URL: Repository, https://github.com/rvben/rumdl.git
33
33
 
34
34
  ![rumdl Logo](https://raw.githubusercontent.com/rvben/rumdl/main/assets/logo.png)
35
35
 
36
- [![Build Status](https://img.shields.io/github/actions/workflow/status/rvben/rumdl/build.yml?branch=main)](https://github.com/rvben/rumdl/actions)
36
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/rvben/rumdl/release.yml?branch=main)](https://github.com/rvben/rumdl/actions)
37
37
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Crates.io](https://img.shields.io/crates/v/rumdl)](https://crates.io/crates/rumdl)
38
38
  [![PyPI](https://img.shields.io/pypi/v/rumdl)](https://pypi.org/project/rumdl/) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/rvben/rumdl)](https://github.com/rvben/rumdl/releases/latest) [![GitHub stars](https://img.shields.io/github/stars/rvben/rumdl)](https://github.com/rvben/rumdl/stargazers)
39
39
 
@@ -172,6 +172,19 @@ uv tool install rumdl
172
172
  uv tool run rumdl check .
173
173
  ```
174
174
 
175
+ ### Using Nix (macOS/Linux)
176
+
177
+ ```bash
178
+ nix-channel --update
179
+ nix-env --install --attr nixpkgs.rumdl
180
+ ```
181
+
182
+ Alternatively, you can use flakes to run it without installation.
183
+
184
+ ```bash
185
+ nix run --extra-experimental-features 'flakes nix-command' nixpkgs/nixpkgs-unstable#rumdl -- --version
186
+ ```
187
+
175
188
  ### Download binary
176
189
 
177
190
  ```bash
@@ -726,6 +739,12 @@ respect-gitignore = true
726
739
  # Disable specific rules
727
740
  disabled-rules = ["MD013", "MD033"]
728
741
 
742
+ # Disable specific rules for specific files
743
+ [per-file-ignores]
744
+ "README.md" = ["MD033"] # Allow HTML in README
745
+ "SUMMARY.md" = ["MD025"] # Allow multiple H1 in table of contents
746
+ "docs/api/**/*.md" = ["MD013", "MD041"] # Relax rules for generated docs
747
+
729
748
  # Configure individual rules
730
749
  [MD007]
731
750
  indent = 2
@@ -0,0 +1,8 @@
1
+ rumdl-0.0.163.data/scripts/rumdl,sha256=jI8mL_hqbngjI_5Wfbd-QxuD0wtkV2DTdQiPeLB16q0,5761216
2
+ rumdl-0.0.163.dist-info/METADATA,sha256=kiu5R9UliZs_vTvqAQIOhaePSJHi36AXRolAs4SwC4M,30047
3
+ rumdl-0.0.163.dist-info/WHEEL,sha256=bANP_rkUiFBDMIYPaTbRJQ9JrKTIRGFBNBVv-atS_6Y,105
4
+ rumdl-0.0.163.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
5
+ rumdl/__init__.py,sha256=Al8fdAo1nixifQiBrXvQtGY-4071FS73uJbLEBAWlYY,267
6
+ rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
7
+ rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ rumdl-0.0.163.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- rumdl-0.0.161.data/scripts/rumdl,sha256=vdGv-WyShMdycJfcN4NUWl6VokQqP30gwJaXPTEFZxQ,5757080
2
- rumdl-0.0.161.dist-info/METADATA,sha256=XtAKlDx71_D99SjKr2dDdo6I8EOj3TvJbRF0LRtZHvI,29507
3
- rumdl-0.0.161.dist-info/WHEEL,sha256=bANP_rkUiFBDMIYPaTbRJQ9JrKTIRGFBNBVv-atS_6Y,105
4
- rumdl-0.0.161.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
5
- rumdl/__init__.py,sha256=Al8fdAo1nixifQiBrXvQtGY-4071FS73uJbLEBAWlYY,267
6
- rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
7
- rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- rumdl-0.0.161.dist-info/RECORD,,