File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments