Commit b281a78
chore: shorten docstrings and single-line comments to 79 (ruff w505: doc-line-too-long) (#2180)
* split comments across multiple lines when necessary
* chore(tooling): check w505 in tox lint env
* fixes
* chore: remove abstract and other admonitions from test module docstrings
* fixes
* chore: fix more malformatted tables
* chore: fix broken unordered-lists/args
* chore: fix broken unordered-lists/args
* chore: improve docstrings, also for D205
* chore: improve docstrings, also for D205
* chore: fix long or poorly formatted comments
* chore: manually revert and fix docstrings/comments
* fix: bad string formatting fix in unit test
* last batch of manual fixes
* fix
* fix
---------
Co-authored-by: danceratopz <[email protected]>1 parent 1cc952d commit b281a78
File tree
438 files changed
+9347
-6637
lines changed- .github/scripts
- .vscode
- src
- cli
- eest
- commands
- make
- commands
- fillerconvert
- gentest
- tests
- input
- pytest_commands
- tests
- config
- ethereum_clis
- clis
- tests
- ethereum_test_base_types
- reference_spec
- tests
- ethereum_test_benchmark
- ethereum_test_checklists
- tests
- ethereum_test_exceptions
- exceptions
- tests
- ethereum_test_execution
- ethereum_test_fixtures
- tests
- ethereum_test_forks
- forks
- tests
- ethereum_test_rpc
- tests
- ethereum_test_specs
- static_state
- common
- tests
- ethereum_test_tools
- tests
- tools_code
- utility
- tests
- ethereum_test_types
- block_access_list
- eof
- v1
- tests
- ethereum_test_vm
- pytest_plugins
- consume
- direct
- simulators
- helpers
- rlp
- simulator_logic
- sync
- tests
- custom_logging
- execute
- eth_config
- tests
- rpc
- filler
- gen_test_doc
- tests
- forks
- tests
- help
- tests
- pytest_hive
- solc
- spec_version_checker
- tests
- amsterdam
- eip7928_block_level_access_lists
- benchmark
- berlin
- eip2929_gas_cost_increases
- eip2930_access_list
- byzantium/eip198_modexp_precompile
- cancun
- eip1153_tstore
- eip4788_beacon_root
- eip4844_blobs
- eip5656_mcopy
- eip6780_selfdestruct
- eip7516_blobgasfee
- constantinople
- eip1014_create2
- eip145_bitwise_shift
- frontier
- create
- identity_precompile
- opcodes
- precompiles
- scenarios
- programs
- scenarios
- homestead/coverage
- istanbul
- eip1344_chainid
- eip152_blake2
- osaka
- eip7594_peerdas
- eip7823_modexp_upper_bounds
- eip7825_transaction_gas_limit_cap
- eip7883_modexp_gas_increase
- eip7918_blob_reserve_price
- eip7934_block_rlp_limit
- eip7939_count_leading_zeros
- eip7951_p256verify_precompiles
- 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
- unscheduled
- 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
- eip7873_tx_create
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
438 files changed
+9347
-6637
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
0 commit comments