We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55469f commit 36a6b89Copy full SHA for 36a6b89
3 files changed
.cspell.json
@@ -47,6 +47,7 @@
47
"strftime",
48
"trimesh",
49
"ubelt",
50
+ "unshallow",
51
"venv",
52
"virtualenv",
53
"xdist"
template/.ruff.toml
@@ -1,3 +1,5 @@
1
#:schema https://json.schemastore.org/ruff.json
2
+# ref: <https://docs.astral.sh/ruff/settings/>
3
+
4
extend = ".config/linters/.ruff.toml"
5
target-version = "py312"
template/src/{{ package_dir }}/_version.pyi
@@ -1,6 +1,7 @@
# This file is @generated by <https://github.com/liblaf/copier-python>.
# DO NOT EDIT!
+# ref: <https://github.com/ofek/hatch-vcs>
__version__: str
6
__version_tuple__: tuple[int | str, ...]
7
version_tuple: tuple[int | str, ...]
0 commit comments