Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.python.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is @generated by <https://github.com/liblaf/copier-python>.
# DO NOT EDIT!
# prettier-ignore
_commit: v0.1.30
_commit: v0.1.31
_src_path: gh:liblaf/copier-python
answers_file_shared: .config/copier/.copier-answers.shared.yaml
distribution_name: liblaf-lazy-loader
Expand Down
12 changes: 8 additions & 4 deletions .config/mise/conf.d/50-python.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ description = "Serve the documentation site locally"
run = ["rm --force --recursive '{{ config_root }}/.cache'", "zensical serve"]

[tasks."gen:init"]
description = "Generate __init__.py files from __init__.pyi stubs"
description = "Generate lazy-loading __init__.py files from __init__.pyi stubs"
file = "https://raw.githubusercontent.com/liblaf/copier-python/refs/heads/main/mise-tasks/gen/init.py"

[tasks."gen:ref-pages"]
description = "Generate API reference pages from public Python modules"
file = "https://raw.githubusercontent.com/liblaf/copier-python/refs/heads/main/mise-tasks/gen/ref-pages.py"

[tasks.install]
description = "Install project dependencies from lockfiles"
description = "Install project dependencies from pixi.lock or uv.lock"
file = "https://raw.githubusercontent.com/liblaf/copier-python/refs/heads/main/mise-tasks/install.sh"

[tasks.lint]
Expand All @@ -35,9 +39,9 @@ description = "Lint and format Python files"
run = ["lint-imports", "ruff check --fix", "ruff format"]

[tasks."lint:toml"]
description = "Sort, format, and lint TOML files"
description = "Sort, format, and lint TOML files with toml-sort and tombi"
file = "https://raw.githubusercontent.com/liblaf/copier-python/refs/heads/main/mise-tasks/lint/toml.sh"

[tasks.upgrade]
description = "Upgrade project dependencies from lockfiles"
description = "Upgrade project dependencies from pixi.lock or uv.lock"
file = "https://raw.githubusercontent.com/liblaf/copier-python/refs/heads/main/mise-tasks/upgrade.sh"