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

Clean up pre-commit #6349

Merged
merged 4 commits into from
Apr 9, 2022
Merged

Clean up pre-commit #6349

merged 4 commits into from
Apr 9, 2022

Conversation

blink1073
Copy link
Contributor

  • Move some checks to CI-only
  • Update docs
  • Add doc8 check

@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2022

Binder 👈 Launch a Binder on branch blink1073/notebook/cleanup-pre-commit

app/package.json Outdated
"@jupyterlab/user": "~4.0.0-alpha.8",
"@jupyterlab/user-extension": "~4.0.0-alpha.8",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.8",
"@jupyterlab/application": "~4.0.0-alpha.7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like these changes were unintentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They came from the integrity check that ran on push

Copy link
Member

@jtpio jtpio Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right the check is pretty simple for now and picks the versions of the locally installed packages (need to fix that so it's a bit smarter).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, reverted after a git clean.

@jtpio jtpio added this to the 7.0 milestone Apr 9, 2022
Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit 7ae20a7 into jupyter:main Apr 9, 2022
@blink1073 blink1073 deleted the cleanup-pre-commit branch April 9, 2022 10:46
@@ -29,7 +29,5 @@ timeout = 300
# timeout_method = "thread"
filterwarnings = [
"error",
# Pending release of https://github.com/jupyterlab/jupyterlab_server/pull/259
"ignore:metadata:DeprecationWarning",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we still need that jupyterlab_server release (2.12.1 or 2.13?) before being able to remove it.

Noticed in #6369.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants