Skip to content

Commit

Permalink
Merge pull request #1 from Ackee-Blockchain/ver/0.1.2
Browse files Browse the repository at this point in the history
✨ Use Black Formatter in favor of autopep8
  • Loading branch information
soyrubio authored Oct 15, 2024
2 parents b7b30b5 + 395b170 commit 057be25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 0.1.0
- Initial release
## 0.1.2
### Features
- Included the Black Formatter extension in favour of autopep8

## 0.1.1
### Fixes
- Lowered the minimum requiredVS Code version to 1.75.0
- Lowered the minimum requiredVS Code version to 1.75.0

## 0.1.0
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Solidity Python Extension Pack is the ultimate toolkit for Solidity and Pyth
- **[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.
- **[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.
- **[isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort)**: Automatically sort your Python imports to keep your code clean and organized.
- **[autopep8](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8)**: Automatically format your Python code to adhere to the PEP 8 style guide.
- **[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.
- **[Python Indent](https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent)**: Maintain consistent indentation in your Python code with smart indentation handling.
- **[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.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "solidity-python-pack",
"displayName": "Solidity Python Extension Pack",
"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.",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "ackeeblockchain",
"keywords": [
"solidity",
Expand Down Expand Up @@ -32,7 +32,7 @@
"ms-python.vscode-pylance",
"littlefoxteam.vscode-python-test-adapter",
"ms-python.isort",
"ms-python.autopep8",
"ms-python.black-formatter",
"KevinRose.vsc-python-indent",
"tamasfe.even-better-toml"
]
Expand Down

0 comments on commit 057be25

Please sign in to comment.