Skip to content

Commit f6e0d13

Browse files
authored
uprev griffe (#32)
* uprev griffe, should generate warning * use double star
1 parent c128d7c commit f6e0d13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dirty_equals/_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self, expected_value: JsonType = AnyJson, **expected_kwargs: Any):
7272
"""
7373
Args:
7474
expected_value: Value to compare the JSON to, if omitted, any JSON is accepted.
75-
expected_kwargs (Any): Keyword arguments forming a dict to compare the JSON to,
75+
**expected_kwargs: Keyword arguments forming a dict to compare the JSON to,
7676
`expected_value` and `expected_kwargs` may not be combined.
7777
7878
As with any `dirty_equals` type, types can be nested to provide more complex checks.

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==22.3.0
2-
griffe==0.15.0
2+
griffe==0.17.0
33
mkdocs==1.3.0
44
mkdocs-autorefs==0.4.1
55
mkdocs-material==8.2.9

0 commit comments

Comments
 (0)