pkg(nixvim): Delete reorder_array option for taplo and reformat all toml files
This commit is contained in:
parent
e70d021a24
commit
54d4bc057e
7 changed files with 60 additions and 60 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue