forked from ethereum/execution-spec-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/spencer-tb/execution-spec-t…
- Loading branch information
Showing
57 changed files
with
2,481 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[flake8] | ||
dictionaries=en_US,python,technical | ||
docstring-convention = google | ||
extend-ignore = E203, D107, D200, D203, D205, | ||
D212, E231, D400, D401, D410, D411, D412, | ||
D413, D414, D415, D416, N806 | ||
# Ignore E203: Whitespace before ':' | ||
# Ignore D107: Missing docstring in __init__ | ||
# Ignore D200: One-line docstring should fit on one line with quotes | ||
# Ignore D203: 1 blank line required before class docstring | ||
# Ignore D205: blank line required between summary line and description | ||
# Ignore D212: Multi-line docstring summary should start at the first line | ||
# Ignore E231: Missing whitespace after ':' | ||
# Ignore D400: First line should end with a period | ||
# Ignore D401: First line should be in imperative mood | ||
# Ignore D410: Missing blank line after section | ||
# Ignore D411: Missing blank line before section | ||
# Ignore D412: No blank lines allowed between a section header and its content | ||
# Ignore D413: Missing blank line after last section | ||
# Ignore D414: Section has no content | ||
# Ignore D415: First line should end with a period, question mark, or exclamation point | ||
# Ignore D416: Section name should end with a colon | ||
# Ignore N806: Variable names with all caps (ALL_CAPS) | ||
max-line-length = 99 | ||
per-file-ignore = | ||
tests/evm_transition_tool/test_evaluate.py:E501 | ||
|
||
extend-exclude = | ||
setup.py | ||
src/evm_transition_tool/tests/ | ||
src/ethereum_test_tools/tests/ | ||
src/ethereum_test_forks/tests/ | ||
|
||
# vim: set ft=dosini: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
geth: | ||
evm-bin: evm | ||
x-dist: auto | ||
evmone: | ||
evm-bin: evmone-t8n | ||
x-dist: auto | ||
besu: | ||
evm-bin: evmtool | ||
x-dist: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.