mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add plugin to ignore docs templates.
This commit is contained in:
@@ -263,9 +263,11 @@ plugins:
|
||||
- "!^_"
|
||||
- "^__init__$"
|
||||
- "!^can_replace$"
|
||||
|
||||
watch:
|
||||
- src/textual
|
||||
- exclude:
|
||||
glob:
|
||||
- "**/_template.md"
|
||||
|
||||
|
||||
extra_css:
|
||||
|
||||
2232
poetry.lock
generated
2232
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -40,6 +40,7 @@ aiohttp = { version = ">=3.8.1", optional = true }
|
||||
click = {version = ">=8.1.2", optional = true}
|
||||
msgpack = { version = ">=1.0.3", optional = true }
|
||||
nanoid = ">=2.0.0"
|
||||
mkdocs-exclude = "^1.0.2"
|
||||
|
||||
[tool.poetry.extras]
|
||||
dev = ["aiohttp", "click", "msgpack"]
|
||||
|
||||
Reference in New Issue
Block a user