File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,24 +68,14 @@ default = { features = ["dev"], solve-group = "default" }
6868fmt = " ruff format ."
6969lint = " ruff check ."
7070fix = " ruff check --fix . || true"
71+ # Paket — pixi-build-python varken `pixi build` tercih edilir
7172build = " python -m build"
73+ # Çalıştırma
7274start = " python -c 'import kececinumbers; print(kececinumbers.__version__)'"
75+ # Dokümantasyon
7376serve = { cmd = " python -m http.server 8080" , cwd = " docs" }
74- test = " pytest -v" # artık depends-on ["install"] gerekmiyor
75- install-remote = " pip install git+https://github.com/WhiteSymmetry/kececinumbers"
76-
77- # Paket — pixi-build-python varken `pixi build` tercih edilir
78- build = " python -m build"
79-
8077# Geliştirme kurulumu ve test
8178install = " pip install -e ."
82- test = { depends-on = [" install" ], cmd = " pytest -v" }
83-
84- # Çalıştırma
85- start = " python -c 'import kececinumbers; print(kececinumbers.__version__)'"
86-
87- # Dokümantasyon
88- serve = { cmd = " python -m http.server 8080" , cwd = " docs" }
89-
79+ test = " pytest -v" # artık depends-on ["install"] gerekmiyor
9080# Uzak sürüm kurulumu (CI/test amaçlı)
9181install-remote = " pip install git+https://github.com/WhiteSymmetry/kececinumbers"
You can’t perform that action at this time.
0 commit comments