Skip to content

Commit e7650cd

Browse files
feat: local stub catalog fixtures for CI
Closes #43 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 159e129 commit e7650cd

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)