Skip to content

Commit 9112cb6

Browse files
committed
fix mypyc
1 parent eaec964 commit 9112cb6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ include = ["djlint", "mypy.ini"]
6565
[tool.hatch.build.targets.wheel.hooks.mypyc]
6666
dependencies = [
6767
"hatch-mypyc",
68-
# "click",
69-
# "cssbeautifier",
70-
# "jsbeautifier",
71-
# "json5",
72-
# "types-colorama",
73-
# "types-pyyaml",
74-
# "types-regex",
75-
# "types-tqdm",
76-
# "typing-extensions",
68+
"click",
69+
"cssbeautifier",
70+
"jsbeautifier",
71+
"json5",
72+
"types-colorama",
73+
"types-pyyaml",
74+
"types-regex",
75+
"types-tqdm",
76+
"typing-extensions",
7777
]
7878
enable-by-default = false
7979
exclude = ["djlint/__main__.py"]

0 commit comments

Comments
 (0)