Skip to content

Commit 828757b

Browse files
committed
💚 Fix pre-commit.ci
1 parent 56e55df commit 828757b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ to know more.
5858

5959
## How Does It Work
6060

61-
See [here](https://github.com/neomutt/lsp-tree-sitter#usage).
61+
See [lsp-tree-sitter](https://github.com/neomutt/lsp-tree-sitter#usage).
6262

6363
## Related Projects
6464

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
https://www.sphinx-doc.org/en/master/usage/configuration.html
44
"""
55

6-
from mutt_language_server import __version__ as version # type: ignore
76
from mutt_language_server._metainfo import ( # type: ignore
87
author,
98
copyright,
109
project,
1110
)
1211

12+
from mutt_language_server import __version__ as version # type: ignore
13+
1314
__all__ = ["version", "author", "copyright", "project"]
1415

1516
# -- Path setup --------------------------------------------------------------

0 commit comments

Comments
 (0)