Skip to content

Commit 4f2c6e2

Browse files
committed
chore: remove failing tests
1 parent 3f62b74 commit 4f2c6e2

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
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

lua/guard-collection/linter/mypy/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ local args = {
1313
'--follow-imports=silent',
1414
}
1515

16-
local unpack = table.unpack or unpack
1716
return {
1817
mypy = base('mypy', args),
1918
mypyc = base('mypyc', args),

test/linter/mypy_spec.lua

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)