rumdl 0.0.137__py3-none-macosx_11_0_arm64.whl → 0.0.139__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.
Potentially problematic release.
This version of rumdl might be problematic. Click here for more details.
- {rumdl-0.0.137.data → rumdl-0.0.139.data}/scripts/rumdl +0 -0
- {rumdl-0.0.137.dist-info → rumdl-0.0.139.dist-info}/METADATA +3 -1
- rumdl-0.0.139.dist-info/RECORD +8 -0
- rumdl-0.0.137.dist-info/RECORD +0 -8
- {rumdl-0.0.137.dist-info → rumdl-0.0.139.dist-info}/WHEEL +0 -0
- {rumdl-0.0.137.dist-info → rumdl-0.0.139.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rumdl
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.139
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -419,6 +419,7 @@ Format Markdown files (alias for `check --fix`)
|
|
|
419
419
|
**Options:**
|
|
420
420
|
|
|
421
421
|
All the same options as `check` are available (except `--fix` which is always enabled), including:
|
|
422
|
+
|
|
422
423
|
- `--stdin`: Format content from stdin and output to stdout
|
|
423
424
|
- `-d, --disable <rules>`: Disable specific rules during formatting
|
|
424
425
|
- `-e, --enable <rules>`: Format using only specific rules
|
|
@@ -601,6 +602,7 @@ rumdl automatically searches for configuration files by traversing up the direct
|
|
|
601
602
|
run rumdl from any subdirectory of your project and it will find the configuration file at the project root.
|
|
602
603
|
|
|
603
604
|
The search follows these rules:
|
|
605
|
+
|
|
604
606
|
- Searches upward for `.rumdl.toml`, `rumdl.toml`, or `pyproject.toml` (with `[tool.rumdl]` section)
|
|
605
607
|
- Stops at the first configuration file found
|
|
606
608
|
- Stops searching when it encounters a `.git` directory (project boundary)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
2
|
+
python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
3
|
+
python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
rumdl-0.0.139.data/scripts/rumdl,sha256=aXK4AOZC1cnURTfJkINGvhExUDbrwe2lKbRbYNWIFMg,4834240
|
|
5
|
+
rumdl-0.0.139.dist-info/METADATA,sha256=tRSs39MEKcGf19INe1hFh0U3GdAaKs9wCbRtS-cd11M,27309
|
|
6
|
+
rumdl-0.0.139.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
|
|
7
|
+
rumdl-0.0.139.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
+
rumdl-0.0.139.dist-info/RECORD,,
|
rumdl-0.0.137.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
2
|
-
python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
3
|
-
python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
rumdl-0.0.137.data/scripts/rumdl,sha256=l-aocbSVcEBxbaEP989tgvHxUnhygQzs5VAJwaRm50Q,4834160
|
|
5
|
-
rumdl-0.0.137.dist-info/METADATA,sha256=ST-CBe0v3KFXkgSYhMyoduwaahzfwv0Ea7fHwBeDZgY,27307
|
|
6
|
-
rumdl-0.0.137.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
|
|
7
|
-
rumdl-0.0.137.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
-
rumdl-0.0.137.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|