We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3506d5c commit 7eec8afCopy full SHA for 7eec8af
.flake8
@@ -1,7 +1,6 @@
1
[flake8]
2
# https://github.com/ambv/black#line-length
3
max-line-length = 90
4
-exclude =
5
- */tests/**
+exclude = tests/**
6
extend_ignore = D202, W503
7
per_file_ignores = */__init__.py:D104
tests/doc/test_service.py
@@ -14,7 +14,10 @@
14
"type": "did-communication",
15
"serviceEndpoint": "https://agents-r-us.com",
16
"recipientKeys": ["did:example:123#keys-1"],
17
- "routingKeys": ["did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg4PqcSFf67pdgrtjB"],
+ "routingKeys": [
18
+ "did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH"
19
+ "#z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH"
20
+ ],
21
}
22
23
SERVICES = [SERVICE0, SERVICE1]
0 commit comments