Skip to content

Commit

Permalink
chore: do something precommit (#2530)
Browse files Browse the repository at this point in the history
* chore: do something precommit

* style(pre-commit): auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Lulalaby and pre-commit-ci[bot] authored Aug 13, 2024
1 parent bc2734d commit 5d090da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.cleanup-todo
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ examples/ example python code, should not be checked
requirements/ python requirements
tests/ currently more or less unused, maybe check?
.files configurations
/ repo content
/ repo content
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
break

CHANGELOG_TEXT = (
"".join(changelog_lines)
+ """
"".join(changelog_lines)
+ """
## Older Versions
A changelog for versions prior to v2.0 can be found [here](old_changelog.rst).
Expand Down Expand Up @@ -85,7 +85,7 @@ def write_new():
"myst_parser",
"sphinx_copybutton",
"sphinxext.opengraph",
"sphinx_autodoc_typehints"
"sphinx_autodoc_typehints",
]

always_document_param_types = True
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ furo==2024.8.6
sphinx-autodoc-typehints==2.2.3
sphinx-intl==2.2.0
typing_extensions==4.12.2
levenshtein==0.25.1
levenshtein==0.25.1

0 comments on commit 5d090da

Please sign in to comment.