summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2021-06-08 16:11:51 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-08 20:45:41 +0000
commita2e94da3ad1895534742cc883940e43b3acbcbef (patch)
tree6609e570b3f5f8b77b73772d2c4079b62104d96c
parentf1370eb80c66f1439bc2ea135a2bf25e80eda1ed (diff)
downloadmongo-a2e94da3ad1895534742cc883940e43b3acbcbef.tar.gz
SERVER-57541 Pin mypy < 0.900
-rw-r--r--etc/pip/components/lint.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/components/lint.req b/etc/pip/components/lint.req
index 6e27303e5b7..77df0c08ee1 100644
--- a/etc/pip/components/lint.req
+++ b/etc/pip/components/lint.req
@@ -1,7 +1,7 @@
# Linters
# Note: These versions are checked by python modules in buildscripts/linter/
GitPython ~= 3.1.7
-mypy ~= 0.800; python_version > "3.5"
+mypy < 0.900; python_version > "3.5"
pydocstyle == 2.1.1
pylint == 2.7.2
structlog ~= 19.2.0