File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
175175 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
176176 with :
177- ignore_links : ' https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
177+ ignore_links : ' https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/.* https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
178178 ignore_glob : ' ui-tests/test/notebooks/*'
179179
180180 test_lint :
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
33 " hatchling>=1.11" ,
4+ " hatch-jupyter-builder>=0.5" ,
45 " jupyterlab>=4.5.0rc0,<4.6" ,
56]
67build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments