mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Integrate Babel build steps as a Hatch hook (#2992)
This commit is contained in:
@@ -75,6 +75,10 @@ artifacts = ["/mkdocs/**/*.mo"]
|
||||
include = ["/mkdocs"]
|
||||
[tool.hatch.build.targets.wheel]
|
||||
exclude = ["/mkdocs/tests/integration", "*.po", "*.pot", "babel.cfg"]
|
||||
[tool.hatch.build.hooks.custom]
|
||||
dependencies = [
|
||||
"babel",
|
||||
]
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
|
||||
Reference in New Issue
Block a user