Skip to content

Commit 7c0938b

Browse files
committed
tests: pin mypy and ruff to avoid CI breakage with newer versions
Downgrade to a version which succeeds with the current code. This makes sure that new ruff/mypy releases don't break the CI. Feel free to fix things and update to newer versions.
1 parent e866912 commit 7c0938b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ doc = [
6767
check = [
6868
"pytest-checkdocs >= 2.4",
6969
"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
70+
"ruff == 0.13.3; sys_platform != 'cygwin'",
7071
]
7172

7273
cover = [
@@ -80,6 +81,7 @@ enabler = [
8081
type = [
8182
# upstream
8283
"pytest-mypy",
84+
"mypy == 1.15.0",
8385

8486
# local
8587
"types-docutils",

0 commit comments

Comments
 (0)