Skip to content

Commit 6627014

Browse files
committed
py(deps[dev]): Require ruff>=0.16.0
why: ruff 0.16.0 stabilizes rules inside prefixes this project already selects and starts formatting Python code blocks in Markdown. Pinning a floor keeps contributors and CI on the same diagnostics instead of splitting on whatever ruff each machine resolved. what: - Raise `ruff` to `>=0.16.0` in the `dev` and `lint` dependency groups - Relock `uv.lock`: ruff 0.15.22 -> 0.16.0 https://astral.sh/blog/ruff-v0.16.0
1 parent ea200b3 commit 6627014

2 files changed

Lines changed: 26 additions & 25 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dev = [
7575
"coverage",
7676
"pytest-cov",
7777
# Lint
78-
"ruff",
78+
"ruff>=0.16.0",
7979
"mypy",
8080
# Type stubs
8181
"types-docutils",
@@ -104,7 +104,7 @@ coverage =[
104104
"pytest-cov",
105105
]
106106
lint = [
107-
"ruff",
107+
"ruff>=0.16.0",
108108
"mypy",
109109
]
110110

uv.lock

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

0 commit comments

Comments
 (0)