Skip to content

Commit

Permalink
Merge pull request #38 from Indicio-tech/feature/legacy
Browse files Browse the repository at this point in the history
feat: add legacy didcomm v1 pack and unpack impl
  • Loading branch information
mepeltier authored May 23, 2024
2 parents 77cf28b + fc899a9 commit b081958
Show file tree
Hide file tree
Showing 6 changed files with 1,017 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: true
- name: Install dependencies
run: pdm install
run: pdm install -G :all
- name: Run pytest
run: pdm run pytest
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.16.0
hooks:
- id: commitlint
stages: [commit-msg]
args: ["--config", ".commitlint.config.js"]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.5
hooks:
- id: ruff
stages: [commit]
Expand Down
Loading

0 comments on commit b081958

Please sign in to comment.