Skip to content

chore: adopt ruff 0.16.0 - #236

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

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

Conversation

@lesnik512

Copy link
Copy Markdown
Member

Fixes #235.

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

  • CPY001 (missing-copyright-notice) left preview, so select = ["ALL"] now selects it — 70 hits. Ignored, matching the existing entry in modern-di.
  • No Markdown reformatting needed in this repo.

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: 435 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.
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lesnik512
lesnik512 merged commit 847039d into main Jul 27, 2026
12 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