-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PEP: fix up *.pyx #12995
Labels
Code Style
Code style, linting, code_checks
Milestone
Comments
seems to catch whitespace things and not bork on some cython specific pep things. am going to include a filter for this in a future PR. |
Merged
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jun 25, 2016
xref pandas-dev#13327 CLN: pep for cython, xref pandas-dev#12995
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jul 1, 2016
xref pandas-dev#13327 CLN: pep for cython, xref pandas-dev#12995
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jul 14, 2016
xref pandas-dev#13327 CLN: pep for cython, xref pandas-dev#12995
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we don't by default check the .pyx files, we should. So this issue will cover fixing & updating the
setup.cfg
, need to add:filename: *.py, *.pyx
The text was updated successfully, but these errors were encountered: