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

MAINT: Update pre-commit versions and fix minor bugs in tests #660

Merged
merged 5 commits into from
Dec 14, 2022

Conversation

choldgraf
Copy link
Member

@choldgraf choldgraf commented Dec 14, 2022

On systems that don't have the right version of GLIBC installed pre-commit will not work because of a missing dependency as described in this SO post:

This fixes the version of node that is used so that this issue doesn't pop up, as per the guidelines in that issue.

It also avoids ipython==8.7.0 in our tests to stop having a lexer bug that it introduced.

I'll merge this one quickly so that we can fix pre-commit and get our tests passing.

@choldgraf choldgraf changed the title Update pre-commit and fix version of node MAINT: Update pre-commit, fix version of pre-commit node, fix IPython bug in tests Dec 14, 2022
@choldgraf choldgraf changed the title MAINT: Update pre-commit, fix version of pre-commit node, fix IPython bug in tests MAINT: Update pre-commit versions and fix minor bugs in tests Dec 14, 2022
@choldgraf choldgraf merged commit 4a34f09 into executablebooks:master Dec 14, 2022
@choldgraf choldgraf deleted the maint-update-precommit branch December 14, 2022 11:51
@choldgraf
Copy link
Member Author

Going to self-merge this one because it's just a minor fix to get our tests passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant