Skip to content
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

Closed
jreback opened this issue Apr 26, 2016 · 1 comment
Closed

PEP: fix up *.pyx #12995

jreback opened this issue Apr 26, 2016 · 1 comment
Labels
Code Style Code style, linting, code_checks
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Apr 26, 2016

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

@jreback
Copy link
Contributor Author

jreback commented Jun 8, 2016

flake8 windows.pyx --select=E501,E302,E203,E226,E111,E114,E221,E303,E128,E231,E126,E128

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.

jreback added a commit to jreback/pandas that referenced this issue Jun 25, 2016
@jreback jreback modified the milestones: 0.19.0, 0.18.2 Jun 26, 2016
jreback added a commit to jreback/pandas that referenced this issue Jul 1, 2016
@jorisvandenbossche jorisvandenbossche modified the milestones: 0.20.0, 0.19.0 Jul 8, 2016
jreback added a commit to jreback/pandas that referenced this issue Jul 14, 2016
@jorisvandenbossche jorisvandenbossche modified the milestones: 0.20.0, 0.19.0 Aug 15, 2016
@jreback jreback modified the milestones: 0.19.0, 0.20.0 Sep 4, 2016
@jreback jreback closed this as completed in e54d4db Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants