Skip to content

Commit 10e3756

Browse files
authored
Update CONTRIBUTING.md
1 parent 4a519de commit 10e3756

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ conda activate evalchemy
77
# Install devdependencies
88
pip install -e ".[dev]"
99
```
10+
## Linting
11+
```
12+
# Use black before commiting
13+
black .
14+
```

0 commit comments

Comments
 (0)