sync version between manifests

add pyproject-fmt to pre-commit config
This commit is contained in:
2026-09-15 08:24:26 +01:00
parent 8a3647fcb6
commit 0ff628a902
5 changed files with 39 additions and 24 deletions
+2 -4
View File
@@ -2,6 +2,8 @@
channels = ["https://prefix.dev/conda-forge"]
platforms = ["win-64", "linux-64", "osx-arm64", "osx-64"]
preview = ["pixi-build"]
name = "bible"
version = "0.2.0"
[tasks]
cli = "bible-cli"
@@ -16,10 +18,6 @@ ruff = ">=0.16.7,<0.17"
[dependencies.bible]
path = "."
[package]
name = "bible"
version = "0.1.0"
[package.build.backend]
name = "pixi-build-python"
version = "0.4.*"