Skip to content

Commit 2cf6bac

Browse files
committed
A few fixups
1 parent c2ddda5 commit 2cf6bac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eth_tester/validation/inbound.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def _validate_inbound_access_list(access_list):
299299
... {
300300
... 'address': '0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae',
301301
... 'storage_keys': (
302-
... '0x0000000000000000000000000000000000000000000000000000000000000003', # noqa: E501
302+
... '0x0000000000000000000000000000000000000000000000000000000000000003', # noqa: E501
303303
... '0x0000000000000000000000000000000000000000000000000000000000000007', # noqa: E501
304304
... )
305305
... },

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ basepython=python
3333
extras = lint
3434
commands=
3535
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
3737

3838
[testenv:docs]
3939
extras = docs

0 commit comments

Comments
 (0)