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 Dec 17, 2023
1 parent 381f5fa commit 207a136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def setup(app):
app.add_css_file("css/style.css")
# Register a sphinx.ext.autodoc.between listener to ignore everything
# between lines that contain the word IGNORE
app.connect('autodoc-process-docstring', between('^.*IGNORE.*$', exclude=True))
app.connect("autodoc-process-docstring", between("^.*IGNORE.*$", exclude=True))
return app


Expand Down
2 changes: 1 addition & 1 deletion lih.xyz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2
0 1
Li 0.0 0.0 0.0
H 0.0 0.0 1.2
H 0.0 0.0 1.2

0 comments on commit 207a136

Please sign in to comment.