Skip to content

Commit 018086f

Browse files
committed
chore: fix the pyproject.toml
1 parent c24b445 commit 018086f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
hooks:
6767
- id: rstcheck
6868
additional_dependencies: ['rstcheck[sphinx,toml]']
69-
- repo: https://github.com/tox-dev/pyproject-fmt
70-
rev: "v2.6.0"
71-
hooks:
72-
- id: pyproject-fmt
69+
# - repo: https://github.com/tox-dev/pyproject-fmt
70+
# rev: "v2.6.0"
71+
# hooks:
72+
# - id: pyproject-fmt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
requires = [ "setuptools>=61", "wheel" ]
55

66
[project]
7-
name = "comfyui-nunchaku"
7+
name = "ComfyUI-nunchaku"
88
version = "1.0.2"
99
description = "Nunchaku ComfyUI Node. Nunchaku is a high-performance inference engine optimized for low-bit neural networks. See more details: https://github.com/nunchaku-tech/nunchaku"
1010
license = { file = "LICENCE.txt" }

0 commit comments

Comments
 (0)