Testing base
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,4 +11,5 @@ wheels/
|
||||
|
||||
# CUSTOM STUFF
|
||||
untitled/saves
|
||||
.ruff_cache
|
||||
.ruff_cache
|
||||
.pytest_cache
|
||||
@@ -16,4 +16,11 @@ dev = [
|
||||
target-version = "py313"
|
||||
|
||||
[tool.ruff.lint]
|
||||
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
|
||||
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["untitled"]
|
||||
1
tests/test_persistence.py
Normal file
1
tests/test_persistence.py
Normal file
@@ -0,0 +1 @@
|
||||
from untitled import model, persistence
|
||||
Reference in New Issue
Block a user