pkg(nixvim): Delete reorder_array option for taplo and reformat all toml files

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent e70d021a24
commit 54d4bc057e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 60 additions and 60 deletions

View file

@ -1,16 +1,16 @@
[project]
name = "python"
version = "0.1.0"
dependencies = ["numpy>=2.2.6"]
description = "Add your description here"
name = "python"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["numpy>=2.2.6"]
version = "0.1.0"
[dependency-groups]
dev = ["ipython>=9.2.0", "ptpython>=3.0.30"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.hatch.build.targets.wheel]
packages = ["app"]