We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a519de commit 10e3756Copy full SHA for 10e3756
CONTRIBUTING.md
@@ -7,3 +7,8 @@ conda activate evalchemy
7
# Install devdependencies
8
pip install -e ".[dev]"
9
```
10
+## Linting
11
+```
12
+# Use black before commiting
13
+black .
14
0 commit comments