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 21:20:14 +0000
commite44dd9b6b1cd1636406f968fdd4f5bf71e5aa0c3 (patch)
tree79dfcdabe96da1ae1024cc180e760e373b2decd8
parent0b133ab0345896cb2898c715428e503283515bb7 (diff)
downloadmongo-e44dd9b6b1cd1636406f968fdd4f5bf71e5aa0c3.tar.gz
SERVER-57541 Pin mypy < 0.900
(cherry picked from commit a2e94da3ad1895534742cc883940e43b3acbcbef)
-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 aabea5938ea..fe366186b49 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