Skip to content

Commit 0575cc5

Browse files
authored
Update setup.cfg
1 parent 5a2add2 commit 0575cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ testing =
7373
# for tools/finalize.py
7474
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
7575
pytest-home >= 0.5
76-
mypy==1.9
76+
mypy==1.9 # pin mypy version so a new version doesn't suddenly cause the CI to fail
7777
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
7878
tomli
7979
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly

0 commit comments

Comments
 (0)