Commit 7e00240
feat(all): add
* feat: use ruff for linting.
* chore: overhaul `.vscode` files.
* chore(ruff): changes to `src/cli`.
* chore(noqa|todo): changes to `src/cli`.
* chore(tf): remove `tf` from the repo.
* chore(ruff|noqa): changes to `src/config`.
* chore(ruff): changes to `src/ethereum_clis`.
* chore(noqa): changes to `src/ethereum_clis`.
* chore(ruff): changes to `src/ethereum_test_base_types`.
* chore: remove `.flake8` config.
* chore(ruff): changes to `src/cli` after rebase.
* chore(ruff): changes to `src/ethereum_clis` after rebase.
* chore(ruff): changes to `src/ethereum_test_base_types` after rebase.
* chore(ruff): changes to `src/ethereum_test_exceptions`.
* chore(ruff): changes to `src/ethereum_execution`.
* chore(ruff): changes to `src/ethereum_test_fixtures`.
* chore(ruff): changes to `src/ethereum_test_forks`.
* chore(ruff): changes to `src/ethereum_test_rpc`.
* chore(ruff): changes to `src/ethereum_test_specs`.
* chore(ruff): changes to `src/ethereum_test_tools`.
* chore(ruff): changes to `src/ethereum_test_types`.
* chore(ruff): changes to `src/ethereum_test_vm`.
* chore(ruff): changes to `src/conftest.py`.
* chore(ruff): changes to `src/pytest_plugins`.
* chore(ruff): changes to `tests/shanghai`.
* chore(ruff): changes to `tests/prague`.
* chore(ruff): changes to `tests/paris`.
* chore(ruff): changes to `tests/osaka`.
* chore(ruff): changes to `tests/istanbul`.
* chore(ruff): changes to `tests/homestead`.
* chore(ruff): changes to `tests/frontier`.
* chore(ruff): changes to `tests/constantinople`.
* chore(ruff): changes to `tests/cancun`.
* chore(ruff): changes to `tests/byzantium/`.
* chore(ruff): changes to `tests/berlin`.
* chore(ruff): changes to `src` to fix filling.
* chore: mypy fixes part 1.
* chore: mypy fixes part 2.
* chore(docs): update changelog.
* chore(docs): update ruff in docs.
* tests: fix eip2537 ruff changes.
* chore: revert uv.lock to 88c1401 for a gentler package upgrade
* chore: only add ruff & remove isort etc to/from deps in uv.lock
* chore: pin ruff to version 0.8.2
* style(lint): fix docstrings in github script
* style(lint): fix python builtin shadowing (in ruff 0.8.2)
This was required after upgrading ruff from 0.7.1 to 0.8.2
* style(lint): fix import block (in ruff 0.8.2)
This was required after upgrading ruff from 0.7.1 to 0.8.2
* fix(tox.ini): Add ruff format checks
* fix(fw): Formatting
* fix(tests): Formatting
---------
Co-authored-by: danceratopz <[email protected]>
Co-authored-by: Mario Vega <[email protected]>ruff as default linter and additional clean up (#922)1 parent 1bdec80 commit 7e00240
File tree
413 files changed
+4088
-7026
lines changed- .github/scripts
- .vscode
- docs
- getting_started
- writing_tests
- src
- cli
- eest
- commands
- make
- commands
- gentest
- templates/blockchain_test
- input
- pytest_commands
- tests
- config
- ethereum_clis
- clis
- tests
- ethereum_test_base_types
- reference_spec
- tests
- ethereum_test_exceptions
- tests
- ethereum_test_execution
- ethereum_test_fixtures
- tests
- ethereum_test_forks
- forks
- tests
- ethereum_test_rpc
- ethereum_test_specs
- tests
- ethereum_test_tools
- code
- eof
- v1
- tests
- utility
- tests
- vm
- ethereum_test_types
- eof
- v1
- tests
- ethereum_test_vm
- tests
- pytest_plugins
- consume
- direct
- hive_simulators
- engine
- rlp
- execute
- rpc
- filler
- gen_test_doc
- tests
- forks
- tests
- help
- tests
- pytest_hive
- solc
- tests
- spec_version_checker
- stubs/trie
- tests
- berlin
- eip2930_access_list
- byzantium
- eip198_modexp_precompile
- cancun
- eip1153_tstore
- eip4788_beacon_root
- eip4844_blobs
- point_evaluation_vectors
- eip5656_mcopy
- eip6780_selfdestruct
- eip7516_blobgasfee
- constantinople
- eip1014_create2
- frontier
- opcodes
- homestead
- coverage
- yul
- istanbul
- eip1344_chainid
- osaka
- eip7692_eof_v1
- eip3540_eof_v1
- eip4200_relative_jumps
- eip4750_functions
- eip5450_stack
- eip6206_jumpf
- eip663_dupn_swapn_exchange
- eip7069_extcall
- eip7480_data_section
- eip7620_eof_create
- eip7698_eof_creation_tx
- paris
- security
- prague
- eip2537_bls_12_381_precompiles
- eip2935_historical_block_hashes_from_state
- eip6110_deposits
- eip7002_el_triggerable_withdrawals
- eip7251_consolidations
- eip7623_increase_calldata_cost
- eip7685_general_purpose_el_requests
- eip7702_set_code_tx
- shanghai
- eip3651_warm_coinbase
- eip3855_push0
- eip3860_initcode
- eip4895_withdrawals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
413 files changed
+4088
-7026
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | 52 | | |
55 | 53 | | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
83 | 10 | | |
84 | | - | |
85 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
86 | 25 | | |
87 | 26 | | |
88 | | - | |
89 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
90 | 43 | | |
91 | 44 | | |
92 | | - | |
93 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
94 | 59 | | |
95 | 60 | | |
96 | | - | |
97 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
98 | 125 | | |
99 | 126 | | |
100 | | - | |
101 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
102 | 131 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments