Skip to content

chore: adopt ruff 0.16.0 - #161

Merged
lesnik512 merged 1 commit into
mainfrom
chore/ruff-0.16
Jul 27, 2026
Merged

chore: adopt ruff 0.16.0#161
lesnik512 merged 1 commit into
mainfrom
chore/ruff-0.16

Conversation

@lesnik512

Copy link
Copy Markdown
Member

Fixes #160.

ruff 0.16.0 (2026-07-23) broke the scheduled dependency check:

  • CPY001 (missing-copyright-notice) left preview, so select = ["ALL"] now selects it — 48 hits. Ignored, matching the existing entry in modern-di.
  • Markdown formatting is new in 0.16.0: ruff format now formats Python code blocks inside .md files. 9 file(s) reformatted. No .py file changed.

Verified against ruff 0.15.22 (last week's green run): both check and format were clean, so every finding here is new in 0.16.0.

just lint-ci green locally; tests: 216 passed.

🤖 Generated with Claude Code

ruff 0.16.0 stabilized CPY001 (missing-copyright-notice) out of preview, so
`select = ["ALL"]` now picks it up. Ignore it, matching modern-di.

0.16.0 also formats Python code blocks inside Markdown; reformat the
9 affected file(s). No .py file changed.
@lesnik512
lesnik512 merged commit d60c71b into main Jul 27, 2026
11 checks passed
@lesnik512
lesnik512 deleted the chore/ruff-0.16 branch July 27, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scheduled dependency check failed

1 participant