Skip to content

Commit

Permalink
Merge pull request #2939 from ff137/update/test-dependencies
Browse files Browse the repository at this point in the history
⬆️ Upgrade test and lint dependencies
  • Loading branch information
dbluhm committed May 17, 2024
2 parents cabd231 + 2b6c229 commit 4b2625d
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 4b2625d

Please sign in to comment.