mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-13 00:10:04 +03:00
23 lines
698 B
Diff
23 lines
698 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index a23f5e1..203f47f 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -140,17 +140,6 @@ validate-bump = false
|
|
[tool.hatch.build]
|
|
artifacts = ["jupyter_server/static/style"]
|
|
|
|
-[tool.hatch.build.hooks.jupyter-builder]
|
|
-dependencies = ["hatch-jupyter-builder>=0.8.1"]
|
|
-build-function = "hatch_jupyter_builder.npm_builder"
|
|
-ensured-targets = [
|
|
- "jupyter_server/static/style/bootstrap.min.css",
|
|
- "jupyter_server/static/style/bootstrap-theme.min.css"
|
|
-]
|
|
-skip-if-exists = ["jupyter_server/static/style/bootstrap.min.css"]
|
|
-install-pre-commit-hook = true
|
|
-optional-editable-build = true
|
|
-
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py38"]
|