File tree 1 file changed +4
-0
lines changed
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.
78
78
- Use `raise AssertionError ` over `assert ` unless you want the assertion stripped by `python - o` .
79
79
- The pandas copyright policy is detailed in the pandas [LICENSE ](https:// github.com/ pydata/ pandas/ blob/ master/ LICENSE ).
80
80
- 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` .
81
85
- On the subject of a massive PEP8 - storm touching everything: not too often (once per release works).
82
86
83
87
# ## Notes on plotting function conventions
You can’t perform that action at this time.
0 commit comments