Skip to content

Commit

Permalink
Merge branch 'main' into feat/2932
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale authored May 21, 2024
2 parents afee1e0 + 4b2625d commit 72508a4
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 94 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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/psf/black
# Ensure this is synced with pyproject.toml
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
stages: [commit]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ensure this is synced with pyproject.toml
rev: v0.1.2
rev: v0.4.4
hooks:
- id: ruff
stages: [commit]
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudagent/protocols/present_proof/dif/pres_exch.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Meta:

@pre_load
def extract_info(self, data, **kwargs):
"""deserialize."""
"""Deserialize."""
new_data = {}
if isinstance(data, dict):
if "uri_groups" in data:
Expand Down
143 changes: 64 additions & 79 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72508a4

Please sign in to comment.