Skip to content

Commit 1b38174

Browse files
Merge pull request #102 from Create-Python-App/fix/43-stub-catalog
feat: local stub catalog fixtures for CI (#43)
2 parents 159e129 + e7650cd commit 1b38174

5 files changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Fixtures
2+
3+
Local stub templates live under `fixtures/` for CI `file://` scaffolding tests.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ruff addon
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Example CLI
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[project]
2+
name = "example-cli"
3+
version = "0.0.0"
4+
requires-python = ">=3.12"
5+

0 commit comments

Comments
 (0)