File tree Expand file tree Collapse file tree 4 files changed +178
-120
lines changed
Expand file tree Collapse file tree 4 files changed +178
-120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11all : format check
22
3- format : prettier black ruff
3+ format : prettier black ruff pyright
44
55check : mypy checkblack checkruff checkprettier
66
7+ pyright :
8+ uv run ./node_modules/.bin/pyright
9+
710prettier :
811 @if [ -x ./node_modules/.bin/prettier ]; then \
912 ./node_modules/.bin/prettier --write . ; \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dev-dependencies = [
1212 " black" ,
1313 " pytest-asyncio" ,
1414 " pytest" ,
15- " mypy==1.10.0 " ,
15+ " mypy==1.17.1 " ,
1616 " pre-commit" ,
1717 " ruff" ,
1818]
@@ -22,6 +22,7 @@ name = "lnbits-decoder"
2222version = " 0.0.2"
2323description = " LNbits decoder extension"
2424authors = [" Bitkarrot <lnbits@bitkarrot.co>" ]
25+ package-mode = false
2526
2627[tool .poetry .dependencies ]
2728python = " >=3.10,<3.13"
You can’t perform that action at this time.
0 commit comments