Skip to content

Commit f2640d4

Browse files
Bump ruff from 0.11.13 to 0.14.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.13 to 0.14.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.13...0.14.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f71d115 commit f2640d4

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev = [
5757
"coverage >=6.2",
5858
"requests-cache >=1.2.0",
5959
"tox>=4",
60-
"ruff==0.11.13",
60+
"ruff==0.14.8",
6161
]
6262

6363
[project.scripts]
@@ -213,23 +213,23 @@ commands = [
213213
[tool.tox.env.format]
214214
description = "Run ruff code formatter."
215215
skip_install = true
216-
deps = ["ruff==0.11.13"]
216+
deps = ["ruff==0.14.8"]
217217
commands = [
218218
["ruff", "format", "{posargs:.}"],
219219
]
220220

221221
[tool.tox.env.format_check]
222222
description = "Check that code is correctly formatted by ruff."
223223
skip_install = true
224-
deps = ["ruff==0.11.13"]
224+
deps = ["ruff==0.14.8"]
225225
commands = [
226226
["ruff", "format", "--check", "{posargs:.}"],
227227
]
228228

229229
[tool.tox.env.lint]
230230
description = "Run code linter and formatter (no fixes)."
231231
skip_install = true
232-
deps = ["ruff==0.11.13"]
232+
deps = ["ruff==0.14.8"]
233233
commands = [
234234
["ruff", "check", "{posargs:.}"],
235235
]

uv.lock

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)