summaryrefslogtreecommitdiff
path: root/etc
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 21:19:46 +0000
commit757f48711f1c4aa4c4137755b5f49b333ca17cba (patch)
tree9b01ca196568f9e1097688d72f458818af74ae27 /etc
parent70c8764a68d6abec112d77607c0c185a37de6270 (diff)
downloadmongo-757f48711f1c4aa4c4137755b5f49b333ca17cba.tar.gz
SERVER-57541 Pin mypy < 0.900
(cherry picked from commit a2e94da3ad1895534742cc883940e43b3acbcbef)
Diffstat (limited to 'etc')
-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 4c1bc8b839a..add9cd49f3b 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.3.1
structlog ~= 19.2.0