Skip to content

Commit 3849d5d

Browse files
committed
Update CONTRIBUTING.md
mention pep8radius
1 parent 3c3602c commit 3849d5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ looking for a quick way to help out.
7878
- Use `raise AssertionError` over `assert` unless you want the assertion stripped by `python -o`.
7979
- The pandas copyright policy is detailed in the pandas [LICENSE](https://github.com/pydata/pandas/blob/master/LICENSE).
8080
- On the subject of [PEP8](http://www.python.org/dev/peps/pep-0008/): yes.
81+
- We've written a tool to check that your commits are PEP8 great,
82+
[`pip install pep8radius`](https://github.com/hayd/pep8radius). Look at PEP8 fixes in your branch
83+
vs master with `pep8radius master --diff` and make these changes with
84+
`pep8radius master --diff --in-place`.
8185
- On the subject of a massive PEP8-storm touching everything: not too often (once per release works).
8286

8387
### Notes on plotting function conventions

0 commit comments

Comments
 (0)