Skip to content

Commit bf3eb32

Browse files
danceratopzspencer-tb
authored andcommitted
chore: fix deprecated vs code settings #344 (#420)
* chore: fix deprecated vs code settings #344
1 parent 9e02e7a commit bf3eb32

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: .vscode/extensions.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"ms-python.python",
77
"ms-python.isort",
88
"ms-python.flake8",
9+
"ms-python.mypy-type-checker",
910
"ms-python.black-formatter",
1011
"esbenp.prettier-vscode",
1112
"njpwerner.autodocstring", // https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring

Diff for: .vscode/settings.recommended.json

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
}
1919
},
2020
"python.analysis.autoFormatStrings": true,
21-
"python.linting.mypyEnabled": true,
22-
"python.linting.flake8Enabled": true,
2321
"python.testing.promptToConfigure": false,
2422
"python.testing.unittestEnabled": false,
2523
"python.testing.pytestEnabled": true,

Diff for: docs/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Test fixtures for use by clients are available for each release on the [Github r
1717

1818
### 📋 Misc
1919

20+
- 🐞 Fix deprecation warnings due to outdated config in recommended VS Code project settings ([#420](https://github.com/ethereum/execution-spec-tests/pull/420)).
21+
- 🐞 Fix typo in the selfdestruct revert tests module ([#421](https://github.com/ethereum/execution-spec-tests/pull/421)).
22+
2023
## [v2.1.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.1.0) - 2024-01-29: 🐍🏖️ Cancun
2124

2225
Release [v2.1.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.1.0) primarily fixes a small bug introduced within the previous release where transition forks are used within the new `StateTest` format. This was highlighted by @chfast within #405 (https://github.com/ethereum/execution-spec-tests/issues/405), where the fork name `ShanghaiToCancunAtTime15k` was found within state tests.

0 commit comments

Comments
 (0)