Skip to content

Commit

Permalink
Update pinned black + re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 16, 2023
1 parent 4efbc31 commit ed57348
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,13 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, "viser.tex", "viser", "brentyi", "manual",),
(
master_doc,
"viser.tex",
"viser",
"brentyi",
"manual",
),
]


Expand All @@ -198,7 +204,15 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, "viser", "viser", author, "viser", "viser", "Miscellaneous",),
(
master_doc,
"viser",
"viser",
author,
"viser",
"viser",
"Miscellaneous",
),
]


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dev = [
"pyright>=1.1.308",
"mypy>=1.4.1",
"ruff==0.0.267",
"black==23.3.0",
"black==23.11.0",
"pre-commit==3.3.2",
]
examples = [
Expand Down

0 comments on commit ed57348

Please sign in to comment.