Skip to content

Commit

Permalink
chore: update pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Nov 5, 2021
1 parent c864e0b commit 2ee4299
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lectern/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from beet import Cache, DataPack, ResourcePack
from beet.core.utils import FileSystemPath
from markdown_it import MarkdownIt
from markdown_it.main import MarkdownIt
from markdown_it.token import Token

from .directive import Directive
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"check": "poetry run pyright"
},
"devDependencies": {
"pyright": "^1.1.166"
"pyright": "^1.1.184"
}
}

0 comments on commit 2ee4299

Please sign in to comment.