Skip to content

Commit 112c4ff

Browse files
Update CONTRIBUTING.md
1 parent 334f186 commit 112c4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ You can ask questions, bring up issues, or garner feedback through the following
1414
harder to merge in a large change with a lot of disjoint features.
1515
2. Submit the patch as a GitHub pull request against the master branch.
1616
3. Make sure that your code passes the automated tests.
17-
4. Make sure that your code passes the linter. Run `pip3 install pre-commit; pre-commit install` to create a git hook that will run the linter before you push your changes.
17+
4. Run `pip3 install pre-commit; pre-commit install` to create a git hook that will run the linter and automatically format your code when you commit. If the hook reformats your code, you'll need to `git add` the changed files again.

0 commit comments

Comments
 (0)