Commit 278089d
DOC: Add gotcha about flake8-ing diff
The `flake8`-ing the diff will not catch any import style errors. I
put an alternative check that is more comprehensive but will take
longer to run since you will be checking entire files instead of the
diff.
Author: gfyoung <[email protected]>
Closes pandas-dev#15712 from gfyoung/pep8-diff-gotcha and squashes the following commits:
42c13de [gfyoung] DOC: Add gotcha about flake8-ing diff1 parent 77402ff commit 278089d
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
523 | 532 | | |
524 | 533 | | |
525 | 534 | | |
| |||
0 commit comments