File tree Expand file tree Collapse file tree 4 files changed +114
-168
lines changed Expand file tree Collapse file tree 4 files changed +114
-168
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,4 @@ typings/
260
260
# Build files
261
261
lib
262
262
dist
263
-
264
- # JS Built assets
265
263
python /daggre /static
Original file line number Diff line number Diff line change @@ -47,10 +47,7 @@ format: fix
47
47
# ################
48
48
check : checks
49
49
50
- checks : check-manifest annotate # # run security, packaging, and other checks
51
-
52
- check-manifest : prebuild # # run manifest checker for sdist
53
- check-manifest -v
50
+ checks : annotate # # run security, packaging, and other checks
54
51
55
52
annotate : # # run mypy type annotation
56
53
mypy daggre/
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ dependencies = [
43
43
[project .optional-dependencies ]
44
44
develop = [
45
45
" black>=23" ,
46
- " check-manifest" ,
47
46
" isort" ,
48
47
" mypy" ,
49
48
" ruff>=0.3,<0.4" ,
@@ -62,7 +61,6 @@ Homepage = "https://github.com/timkpaine/daggre"
62
61
[tool .check-manifest ]
63
62
ignore = [
64
63
" daggre/static/**" ,
65
- " js/**"
66
64
]
67
65
68
66
[tool .hatch .build ]
@@ -116,6 +114,7 @@ dependencies = [
116
114
[tool .hatch .build .hooks .jupyter-builder .build-kwargs ]
117
115
path = " ../js"
118
116
build_cmd = " build"
117
+ npm = " yarn"
119
118
120
119
[tool .isort ]
121
120
combine_as_imports = true
@@ -128,7 +127,7 @@ known_first_party = "daggre"
128
127
129
128
[tool .pytest .ini_options ]
130
129
asyncio_mode = ' strict'
131
- testpaths = ' pyproject_cookiecutter_example /tests'
130
+ testpaths = ' daggre /tests'
132
131
133
132
[tool .ruff ]
134
133
line-length = 150
You can’t perform that action at this time.
0 commit comments