-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
STYLE: moving unwanted pattern check to precommit #42923
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
Conversation
debnathshoham
commented
Aug 7, 2021
- closes STYLE move patterns checks to pre-commit #42123
- Ensure all linting tests pass, see here for how to run them
cool, thanks - can you remove "patterns" from ci/code_checks as well? (e.g. in line 20) |
@MarcoGorelli done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's
pandas/.github/workflows/ci.yml
Lines 35 to 37 in eaee348
- name: Looking for unwanted patterns | |
run: ci/code_checks.sh patterns | |
if: always() |
too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @debnathshoham |
* STYLE: moving unwanted pattern check to precommit * backtick check on new hook * removed tick check from unwanted * np.random.seed check in asv * added to precommit; removed from code_check.sh * removed patterns entirely from code_check.sh * removed from ci.yml