Skip to content

Commit 2086e84

Browse files
chore: remove mypy version limit from setup.cfg
1 parent 88965e7 commit 2086e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python_requires = >= 3.6
2121
packages = find:
2222
install_requires =
2323
python-lsp-server
24-
mypy < 0.920
24+
mypy
2525

2626

2727
[options.entry_points]

0 commit comments

Comments
 (0)