Skip to content

Commit 36a6b89

Browse files
committed
docs: add reference links to config files
Add documentation references to Ruff settings and Hatch VCS configuration files to improve developer understanding of these configuration options.
1 parent d55469f commit 36a6b89

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"strftime",
4848
"trimesh",
4949
"ubelt",
50+
"unshallow",
5051
"venv",
5152
"virtualenv",
5253
"xdist"

template/.ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#:schema https://json.schemastore.org/ruff.json
2+
# ref: <https://docs.astral.sh/ruff/settings/>
3+
24
extend = ".config/linters/.ruff.toml"
35
target-version = "py312"

template/src/{{ package_dir }}/_version.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-python>.
22
# DO NOT EDIT!
33

4+
# ref: <https://github.com/ofek/hatch-vcs>
45
__version__: str
56
__version_tuple__: tuple[int | str, ...]
67
version_tuple: tuple[int | str, ...]

0 commit comments

Comments
 (0)