Skip to content

Commit c02dc43

Browse files
committed
feat: add legacy didcomm v1 pack and unpack impl
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 77cf28b commit c02dc43

5 files changed

Lines changed: 944 additions & 202 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
4-
rev: v9.5.0
4+
rev: v9.16.0
55
hooks:
66
- id: commitlint
77
stages: [commit-msg]
88
args: ["--config", ".commitlint.config.js"]
99
additional_dependencies: ['@commitlint/config-conventional']
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.4.1
11+
rev: v0.4.5
1212
hooks:
1313
- id: ruff
1414
stages: [commit]

0 commit comments

Comments
 (0)