Skip to content

Commit 1fc49e0

Browse files
pyproject.toml: pin the current pyre version to prevent more surprises
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent ebd7ebb commit 1fc49e0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ mypy = [
7171
"types-six",
7272
"types-toml",
7373
]
74+
# pyre introduced two false-postives recently, pin it to prevent further surprises:
7475
pyre = [
75-
"pyre-check",
76-
"pyre-extensions",
76+
"pyre-check == 0.9.21",
77+
"pyre-extensions == 0.0.30",
7778
]
7879
pytype = [
7980
"pandas",

0 commit comments

Comments
 (0)