Skip to content

Commit 0771a2e

Browse files
committed
disable mypy in ci
1 parent 1416850 commit 0771a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
nox.options.sessions = (
2929
"pre-commit",
3030
"safety",
31-
"mypy",
31+
# "mypy",
3232
"tests",
3333
"typeguard",
3434
"xdoctest",

0 commit comments

Comments
 (0)