Skip to content

Commit 0bf6425

Browse files
committed
Fix typo
1 parent aa1337e commit 0bf6425

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

doc/_ext/sphinxcontrib_asciinema/asciinema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def visit_html(self, node):
2727
"autoplay": "autoPlay",
2828
"idle-time-limit": "idleTimeLimit",
2929
"terminalfontsize": "terminalFontSize",
30-
"terminallineheigth": "terminalLineHeigth",
30+
"terminallineheight": "terminalLineHeight",
3131
"terminalfontfamily": "terminalFontFamily",
3232
}
3333

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,7 @@ local_scheme = "no-local-version"
117117
version_scheme = "guess-next-dev"
118118

119119
[tool.black]
120-
exclude = '''
121-
/(
122-
doc/_ext/sphinxcontrib_asciinema
123-
)/
124-
'''
120+
extend-exclude = "sphinxcontrib_asciinema"
125121

126122
[tool.isort]
127123
profile = "black"

0 commit comments

Comments
 (0)