Skip to content

Commit d7d71f9

Browse files
authored
use newer ver of mypy (#287)
1 parent 9ecacb6 commit d7d71f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest-xdist = "^3.1.0"
1919
black = "^22.12.0"
2020
isort = "^5.11.4"
2121
rope = "^1.7.0"
22-
mypy = "^0.991"
22+
mypy = "^1.13.0"
2323
flake8 = "5.0.4" # Leaving at 5.0.4 until full dependency support (e.g. flake8-eradicate, flake8-broken-line, dlint)
2424
darglint = "^1.8.1"
2525
dlint = "^0.13.0"

0 commit comments

Comments
 (0)