File tree Expand file tree Collapse file tree 3 files changed +3
-31
lines changed
lua/guard-collection/linter/mypy Expand file tree Collapse file tree 3 files changed +3
-31
lines changed Original file line number Diff line number Diff line change 7878- [ ] [ shellcheck] ( https://github.com/koalaman/shellcheck )
7979- [ ] [ stylelint] ( https://stylelint.io/ )
8080- [x] [ ruff] ( https://github.com/astral-sh/ruff )
81- - [x ] [ mypy] ( https://mypy.readthedocs.io/en/stable/index.html )
82- - [x ] [ mypyc] ( https://mypyc.readthedocs.io/en/latest/index.html )
83- - [x ] [ dmypy] ( https://mypy.readthedocs.io/en/stable/mypy_daemon.html )
81+ - [ ] [ mypy] ( https://mypy.readthedocs.io/en/stable/index.html )
82+ - [ ] [ mypyc] ( https://mypyc.readthedocs.io/en/latest/index.html )
83+ - [ ] [ dmypy] ( https://mypy.readthedocs.io/en/stable/mypy_daemon.html )
8484
8585## License MIT
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ local args = {
1313 ' --follow-imports=silent' ,
1414}
1515
16- local unpack = table.unpack or unpack
1716return {
1817 mypy = base (' mypy' , args ),
1918 mypyc = base (' mypyc' , args ),
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments