Skip to content
Merged
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
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
# Fixtures

Local stub templates live under `fixtures/` for CI `file://` scaffolding tests.
1 change: 1 addition & 0 deletions fixtures/extensions/ruff-setup/template/ruff.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
# ruff addon
1 change: 1 addition & 0 deletions fixtures/templates/example-cli/cpa.config.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions fixtures/templates/example-cli/template/README.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
# Example CLI
5 changes: 5 additions & 0 deletions fixtures/templates/example-cli/template/pyproject.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
[project]
name = "example-cli"
version = "0.0.0"
requires-python = ">=3.12"