Skip to content

Commit 057be25

Browse files
authored
Merge pull request #1 from Ackee-Blockchain/ver/0.1.2
✨ Use Black Formatter in favor of autopep8
2 parents b7b30b5 + 395b170 commit 057be25

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## 0.1.0
2-
- Initial release
1+
## 0.1.2
2+
### Features
3+
- Included the Black Formatter extension in favour of autopep8
34

45
## 0.1.1
56
### Fixes
6-
- Lowered the minimum requiredVS Code version to 1.75.0
7+
- Lowered the minimum requiredVS Code version to 1.75.0
8+
9+
## 0.1.0
10+
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Solidity Python Extension Pack is the ultimate toolkit for Solidity and Pyth
99
- **[Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)**: Enhance your Python experience with fast and feature-rich language support, powered by Pylance.
1010
- **[Python Test Adapter](https://marketplace.visualstudio.com/items?itemName=littlefoxteam.vscode-python-test-adapter)**: Run your Python tests directly from the Test Explorer in VS Code.
1111
- **[isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort)**: Automatically sort your Python imports to keep your code clean and organized.
12-
- **[autopep8](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8)**: Automatically format your Python code to adhere to the PEP 8 style guide.
12+
- **[Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter)**: Automatically format your Python code to adhere to the PEP 8 style guide.
1313
- **[Python Indent](https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent)**: Maintain consistent indentation in your Python code with smart indentation handling.
1414
- **[Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)**: Enjoy improved syntax highlighting and validation for TOML files, commonly used for configuration. Useful for Wake configuration.
1515

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "solidity-python-pack",
33
"displayName": "Solidity Python Extension Pack",
44
"description": "Essential toolkit for Solidity and Python developers. Effortlessly code, test, and deploy smart contracts with Solidity, while utilizing Python for testing. All from VS Code, in this one extension from Ackee Blockchain.",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"publisher": "ackeeblockchain",
77
"keywords": [
88
"solidity",
@@ -32,7 +32,7 @@
3232
"ms-python.vscode-pylance",
3333
"littlefoxteam.vscode-python-test-adapter",
3434
"ms-python.isort",
35-
"ms-python.autopep8",
35+
"ms-python.black-formatter",
3636
"KevinRose.vsc-python-indent",
3737
"tamasfe.even-better-toml"
3838
]

0 commit comments

Comments
 (0)