We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d60af9 commit 2137046Copy full SHA for 2137046
.github/workflows/lint.yml
@@ -75,7 +75,7 @@ jobs:
75
timeout-minutes: 60
76
- name: Run Static Analysis
77
run: |
78
- just test ./tests/verify_environment.py
+ uv run --all-extras pytest --cov-append ./tests/verify_environment.py
79
just check-lint
80
just check-format
81
just check-types
pyproject.toml
@@ -54,9 +54,6 @@ package = true
54
[tool.hatch.build.targets.wheel]
55
packages = ["src/render_static"]
56
57
-[tool.hatch.build.targets.sdist]
58
-packages = ["src/render_static"]
59
-
60
[project.optional-dependencies]
61
PyYAML = ["PyYAML>=5.1,<7.0"]
62
Jinja2 = ["Jinja2>=2.9,<4.0"]
0 commit comments