Skip to content

Commit e9f7eec

Browse files
committed
chore: disable pyproject-format
1 parent aa5699e commit e9f7eec

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
generate_release_notes: true
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
- name: Update project name for Comfy Registry
25-
run: |
26-
sed -i 's/name = "comfyui-nunchaku"/name = "ComfyUI-nunchaku"/' pyproject.toml
27-
echo "Updated pyproject.toml:"
28-
grep 'name = "ComfyUI-nunchaku"' pyproject.toml
29-
shell: bash
24+
# - name: Update project name for Comfy Registry
25+
# run: |
26+
# sed -i 's/name = "comfyui-nunchaku"/name = "ComfyUI-nunchaku"/' pyproject.toml
27+
# echo "Updated pyproject.toml:"
28+
# grep 'name = "ComfyUI-nunchaku"' pyproject.toml
29+
# shell: bash
3030
- name: Publish Custom Node
3131
uses: Comfy-Org/publish-node-action@main
3232
with:

.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

0 commit comments

Comments
 (0)