Skip to content

Commit 7ce6858

Browse files
committed
fix: use dashes for unordered lists in markdown (markdownlint)
1 parent e851197 commit 7ce6858

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ repos:
99
- id: check-merge-conflict # Prevents merge conflict markers
1010
- id: check-toml # Validates TOML syntax
1111

12+
- repo: https://github.com/igorshubovych/markdownlint-cli
13+
rev: v0.39.0
14+
hooks:
15+
- id: markdownlint
16+
args: [--config, .markdownlint-config.yaml]
17+
1218
- repo: local
1319
hooks:
1420
- id: hatch-lint

docs/customization.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -479,17 +479,17 @@ def mycommand(
479479

480480
**Reference Documentation:**
481481

482-
* [Configuration Reference](reference/config-reference.rst) - Complete settings schema
483-
* [Hooks Reference](reference/hooks.rst) - Override plugin documentation
484-
* [CLI Reference](reference/cli.rst) - Command-line options
482+
- [Configuration Reference](reference/config-reference.rst) - Complete settings schema
483+
- [Hooks Reference](reference/hooks.rst) - Override plugin documentation
484+
- [CLI Reference](reference/cli.rst) - Command-line options
485485

486486
**How-To Guides:**
487487

488-
* [Override pyproject.toml](how-tos/pyproject-overrides.rst) - Modify build configuration
489-
* [Build from Git](how-tos/build-from-git-repo.rst) - Use custom source repositories
490-
* [Multiple Versions](how-tos/multiple-versions.rst) - Handle version conflicts
488+
- [Override pyproject.toml](how-tos/pyproject-overrides.rst) - Modify build configuration
489+
- [Build from Git](how-tos/build-from-git-repo.rst) - Use custom source repositories
490+
- [Multiple Versions](how-tos/multiple-versions.rst) - Handle version conflicts
491491

492492
**Concepts:**
493493

494-
* [Bootstrap vs Build](concepts/bootstrap-vs-build.rst) - Understand build modes
495-
* [Dependencies](concepts/dependencies.rst) - Dependency types and resolution
494+
- [Bootstrap vs Build](concepts/bootstrap-vs-build.rst) - Understand build modes
495+
- [Dependencies](concepts/dependencies.rst) - Dependency types and resolution

0 commit comments

Comments
 (0)