File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments