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

CI: check for numpy.random-related imports #37117

Merged

Conversation

onshek
Copy link
Contributor

@onshek onshek commented Oct 14, 2020

- [x] closes #37053 (keep this issue open until both #37492 and #37117 are completed)

  • tests added / passed (once #37492is merged)

update 2020-10-31

now use a pre-commit check instead of the previous code_check


code_check.sh will be used to locate where numpy.random-related imports are. See the separate script to do the whole clean-up in #37103 (comment).

@jreback jreback added the Code Style Code style, linting, code_checks label Oct 18, 2020
@jreback
Copy link
Contributor

jreback commented Oct 18, 2020

@onshek this would either need to have selective enforcement temporarily or fix the issues first.

@onshek
Copy link
Contributor Author

onshek commented Oct 25, 2020

@onshek this would either need to have selective enforcement temporarily or fix the issues first.

done, please make a review @jreback thanks!

@arw2019
Copy link
Member

arw2019 commented Oct 30, 2020

@onshek you'll want to ping here when #37492 is merged (that one has to go first)

ci/code_checks.sh Outdated Show resolved Hide resolved
@onshek onshek requested a review from jreback October 31, 2020 09:35
@jreback jreback added this to the 1.2 milestone Oct 31, 2020
@jreback jreback merged commit 15988be into pandas-dev:master Oct 31, 2020
@jreback
Copy link
Contributor

jreback commented Oct 31, 2020

thanks @onshek

kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
ukarroum pushed a commit to ukarroum/pandas that referenced this pull request Nov 2, 2020
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 this pull request may close these issues.

CLN: unify numpy.random-related imports
3 participants