Skip to content

Commit 048f49a

Browse files
authored
chore(api-nodes): adjusted PR template; set min python version for pylint to 3.10 (#10787)
1 parent 47bfd5a commit 048f49a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE/api-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ If **Need pricing update**:
1818
- [ ] **QA not required**
1919

2020
### Comms
21-
- [ ] Informed **@Kosinkadink**
21+
- [ ] Informed **Kosinkadink**

.github/workflows/api-node-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Append API Node PR template
22

33
on:
44
pull_request_target:
5-
types: [opened, reopened, synchronize, edited, ready_for_review]
5+
types: [opened, reopened, synchronize, ready_for_review]
66
paths:
77
- 'comfy_api_nodes/**' # only run if these files changed
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint.select = [
2424
exclude = ["*.ipynb", "**/generated/*.pyi"]
2525

2626
[tool.pylint]
27-
master.py-version = "3.9"
27+
master.py-version = "3.10"
2828
master.extension-pkg-allow-list = [
2929
"pydantic",
3030
]

0 commit comments

Comments
 (0)