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 c5d5c1f commit e991ae4Copy full SHA for e991ae4
CONTRIBUTING.md
@@ -2,6 +2,10 @@
2
We want to make contributing to this project as easy and transparent as
3
possible.
4
5
+## Setup
6
+```
7
+pip install -r dev-requirements.txt
8
9
10
## Pull Requests
11
We actively welcome your pull requests.
@@ -10,7 +14,7 @@ We actively welcome your pull requests.
14
2. If you've added code that should be tested, add tests.
15
3. If you've changed APIs, update the documentation.
12
16
4. Ensure the test suite passes.
13
-5. Make sure your code lints.
17
+5. Make sure your code lints (`pre-commit run --all-files`).
18
6. If you haven't already, complete the Contributor License Agreement ("CLA").
19
20
## Contributor License Agreement ("CLA")
0 commit comments