Skip to content

Commit 70f55f0

Browse files
committed
lint
1 parent 47e59ae commit 70f55f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

FOR_CONTRIBUTORS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ See the [Prerequisites section in README.md](./README.md#prerequisites) for comp
1717
```
1818

1919
2. **Set up virtual environment and install dependencies**
20-
20+
2121
**Note**: If you need to set a specific Python version, use `pyenv local 3.11.x` in the project directory.
22-
22+
2323
```bash
2424
python3.11 -m venv .venv
2525
source .venv/bin/activate
@@ -33,21 +33,21 @@ See the [Prerequisites section in README.md](./README.md#prerequisites) for comp
3333
```
3434

3535
4. **Initialize a project for development work**
36-
36+
3737
**Note**: To test your changes and develop new features, initialize a sample project:
38-
38+
3939
```bash
4040
# Create a new directory for your test project
4141
mkdir my-test-project
4242
cd my-test-project
43-
43+
4444
# Initialize a new Data Cloud custom code project
4545
datacustomcode init .
46-
47-
# Test your SDK modifications against the sample project with:
46+
47+
# Test your SDK modifications against the sample project with:
4848
datacustomcode run ./payload/entrypoint.py
4949
```
50-
50+
5151
**Tip**: See the [README.md](./README.md) for additional `datacustomcode` commands (`scan`, `deploy`, `zip`) to test specific code paths and validate your SDK changes thoroughly.
5252

5353
## 🔧 Makefile Commands

0 commit comments

Comments
 (0)