Skip to content

Commit 98c175d

Browse files
committed
Bump Ruff and mypy
1 parent 8e4868a commit 98c175d

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
@@ -111,8 +111,8 @@ check = [
111111

112112
# local
113113

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

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

0 commit comments

Comments
 (0)