Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 7, 2024
1 parent 9a5c5d2 commit b2555dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
24 changes: 10 additions & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
set_intersphinx_version_remapping,
)

set_intersphinx_version_remapping(
{
"ipython": {
"8.12.2": "8.12.1",
"8.12.3": "8.12.1",
},
}
)
set_intersphinx_version_remapping({
"ipython": {
"8.12.2": "8.12.1",
"8.12.3": "8.12.1",
},
})

BRANCH = get_branch_name()
ORGANIZATION = "redeboer"
Expand All @@ -47,12 +45,10 @@
"members": True,
"undoc-members": True,
"show-inheritance": True,
"special-members": ", ".join(
[
"__call__",
"__eq__",
]
),
"special-members": ", ".join([
"__call__",
"__eq__",
]),
}
autodoc_member_order = "bysource"
autodoc_typehints_format = "short"
Expand Down
1 change: 0 additions & 1 deletion src/pawian/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

"""Functions that help converting strings to LaTeX syntax."""


import re # regex

__PARTICLES = ["D", "pi", "pion", "eta", "rho"]
Expand Down

0 comments on commit b2555dd

Please sign in to comment.