Skip to content

Commit 4d64b5d

Browse files
authored
Update hooks & dependencies (#180)
1 parent be1edf9 commit 4d64b5d

4 files changed

Lines changed: 43 additions & 42 deletions

File tree

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: dycw/action-run-hooks@latest
1515
with:
1616
repos: |-
17+
dycw/actions
1718
pre-commit/pre-commit-hooks
1819
pyright:
1920
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/dycw/actions
3-
rev: 0.10.10
3+
rev: 0.13.4
44
hooks:
55
- id: conformalize-repo
66
args:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
[dependency-groups]
66
dev = [
7-
"dycw-utilities[test]>=0.179.1, <1",
7+
"dycw-utilities[test]>=0.179.4, <1",
88
"pyright>=1.1.408, <2",
99
"rich>=14.2.0, <15",
1010
]
1111

1212
[project]
1313
authors = [{ email = "d.wan@icloud.com", name = "Derek Wan" }]
14-
dependencies = ["dycw-utilities>=0.179.1, <1"]
14+
dependencies = ["dycw-utilities>=0.179.4, <1"]
1515
description = "Template for Python packages"
1616
name = "dycw-template-python"
1717
readme = "README.md"

0 commit comments

Comments
 (0)