mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 01:37:04 +08:00
chore(api-nodes): adjusted PR template; set min python version for pylint to 3.10 (#10787)
This commit is contained in:
parent
47bfd5a33f
commit
048f49adbd
2
.github/PULL_REQUEST_TEMPLATE/api-node.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/api-node.md
vendored
@ -18,4 +18,4 @@ If **Need pricing update**:
|
|||||||
- [ ] **QA not required**
|
- [ ] **QA not required**
|
||||||
|
|
||||||
### Comms
|
### Comms
|
||||||
- [ ] Informed **@Kosinkadink**
|
- [ ] Informed **Kosinkadink**
|
||||||
|
|||||||
2
.github/workflows/api-node-template.yml
vendored
2
.github/workflows/api-node-template.yml
vendored
@ -2,7 +2,7 @@ name: Append API Node PR template
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, reopened, synchronize, edited, ready_for_review]
|
types: [opened, reopened, synchronize, ready_for_review]
|
||||||
paths:
|
paths:
|
||||||
- 'comfy_api_nodes/**' # only run if these files changed
|
- 'comfy_api_nodes/**' # only run if these files changed
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@ lint.select = [
|
|||||||
exclude = ["*.ipynb", "**/generated/*.pyi"]
|
exclude = ["*.ipynb", "**/generated/*.pyi"]
|
||||||
|
|
||||||
[tool.pylint]
|
[tool.pylint]
|
||||||
master.py-version = "3.9"
|
master.py-version = "3.10"
|
||||||
master.extension-pkg-allow-list = [
|
master.extension-pkg-allow-list = [
|
||||||
"pydantic",
|
"pydantic",
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user