Skip to content

Commit 38fa789

Browse files
committed
Bump Ruff and mypy
1 parent 5ccf50e commit 38fa789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ check = [
117117

118118
# local
119119

120-
# Removal of deprecated UP027, PT004 & PT005 astral-sh/ruff#14383
121-
"ruff >= 0.8.0; sys_platform != 'cygwin'",
120+
# Get requires-python from pyproject.toml automatically astral-sh/ruff#16319
121+
"ruff >= 0.11.0; sys_platform != 'cygwin'",
122122
]
123123

124124
cover = [
@@ -138,7 +138,7 @@ type = [
138138
# pin mypy version so a new version doesn't suddenly cause the CI to fail,
139139
# until types-setuptools is removed from typeshed.
140140
# For help with static-typing issues, or mypy update, ping @Avasam
141-
"mypy==1.14.*",
141+
"mypy==1.15.*",
142142
# Typing fixes in version newer than we require at runtime
143143
"importlib_metadata>=7.0.2; python_version < '3.10'",
144144
# Imported unconditionally in tools/finalize.py

0 commit comments

Comments
 (0)