Skip to content

Commit

Permalink
fix mypyc
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Dec 24, 2024
1 parent eaec964 commit 9112cb6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ include = ["djlint", "mypy.ini"]
[tool.hatch.build.targets.wheel.hooks.mypyc]
dependencies = [
"hatch-mypyc",
# "click",
# "cssbeautifier",
# "jsbeautifier",
# "json5",
# "types-colorama",
# "types-pyyaml",
# "types-regex",
# "types-tqdm",
# "typing-extensions",
"click",
"cssbeautifier",
"jsbeautifier",
"json5",
"types-colorama",
"types-pyyaml",
"types-regex",
"types-tqdm",
"typing-extensions",
]
enable-by-default = false
exclude = ["djlint/__main__.py"]
Expand Down

0 comments on commit 9112cb6

Please sign in to comment.