Skip to content

Commit 6f7c3f5

Browse files
committed
chore: fix formatting md file
Signed-off-by: exploreriii <[email protected]>
1 parent bfd6d9d commit 6f7c3f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README_linting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ pylint src/hiero_sdk_python
6464
### VS Code Integration
6565
Pylint can be integrated to become much more user-friendly in VS Code.
6666

67-
Install and enable the extension for Pylint:
67+
#### Install and enable the extension for Pylint:
6868

6969
Search in extensions:
7070
ms-python.pylint
7171

72-
Once downloaded, point to a Python interpreter.
72+
#### Once downloaded, point to a Python interpreter.
7373
Run ⇧⌘P → Python: Select Interpreter and pick the venv or interpreter you’re using.
7474
Be sure to point to the correct path or add the correct path.
7575

@@ -81,12 +81,12 @@ Location: /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site
8181
It should be more like:
8282
Location: /Users/../../hedera_sdk_python/.venv/lib/python3.10/site-packages
8383

84-
Verify installation in that environment:
84+
#### Verify installation in that environment:
8585
```bash
8686
python -m pip show pylint
8787
```
8888

89-
Then:
89+
#### Reload:
9090
⌘+Shift+P → type → Developer: Reload Window
9191

9292
Next, in the terminal, in the output section, click the dropdown and select Pylint.

0 commit comments

Comments
 (0)