-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: Deduplicate linting checks #36642
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
Comments
I often like to run some of these checks via |
I should have googled first... |
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Sep 28, 2020
1 task
jreback
pushed a commit
that referenced
this issue
Oct 20, 2020
JulianWgs
pushed a commit
to JulianWgs/pandas
that referenced
this issue
Oct 26, 2020
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#36471 added some linting checks (e.g., black, flake8) to a pre-commit workflow which are duplicated in https://github.com/pandas-dev/pandas/blob/master/ci/code_checks.sh. Once we feel good that the pre-commit checks are right we should go ahead and delete them from
code_checks.sh
.cc @MarcoGorelli
The text was updated successfully, but these errors were encountered: