File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ def _validate_inbound_access_list(access_list):
299
299
... {
300
300
... 'address': '0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae',
301
301
... 'storage_keys': (
302
- ... '0x0000000000000000000000000000000000000000000000000000000000000003', # noqa: E501
302
+ ... '0x0000000000000000000000000000000000000000000000000000000000000003', # noqa: E501
303
303
... '0x0000000000000000000000000000000000000000000000000000000000000007', # noqa: E501
304
304
... )
305
305
... },
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ basepython=python
33
33
extras = lint
34
34
commands =
35
35
flake8 {toxinidir}/eth_tester {toxinidir}/tests
36
- black {toxinidir}/eth_tester {toxinidir}/tests --check
36
+ black --check {toxinidir}/eth_tester {toxinidir}/tests {toxinidir}/setup.py
37
37
38
38
[testenv:docs]
39
39
extras = docs
You can’t perform that action at this time.
0 commit comments