Skip to content

Commit 588237e

Browse files
committed
Bump Ruff and mypy
1 parent a36b7ba commit 588237e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ check = [
114114

115115
# local
116116

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

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

Diff for: ruff.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# extend pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2-
extend = "pyproject.toml"
3-
41
exclude = [
52
"**/_vendor",
63
"setuptools/_distutils",

0 commit comments

Comments
 (0)