-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI Upgrade isort in pre-commit #36978
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
Tazminia
commented
Oct 8, 2020
•
edited by MarcoGorelli
Loading
edited by MarcoGorelli
- xref Update flake8 to 3.8.4 in pre-commit-config.yaml #36879
Seems isort recently introduced sorting for pxd files PyCQA/isort#1494 I think they need to update their (this probably makes the case for not de-duplicating code-checks just yet) |
@Tazminia for now, could you add the lines files: '.pxd$|.py$'
types: [file] to this hook? We may be able to remove this when they update their pre-commit hook and release a new version |
Added your suggestion @MarcoGorelli. Planning to merge when CI passes. |
the pxd files will need isorting too for this to work 😄 just added a commit for that |
LGTM |
Thanks @Tazminia ! |
* fixes issue pandas-dev#36879 * Fixup * sort pxd files Co-authored-by: Tom Augspurger <[email protected]> Co-authored-by: Marco Gorelli <[email protected]>