Skip to content

fix(weather): bound Ruff before lint drift - #116

Merged
stacknil merged 1 commit into
mainfrom
fix/weather-ruff-compatibility
Aug 18, 2026
Merged

fix(weather): bound Ruff before lint drift#116
stacknil merged 1 commit into
mainfrom
fix/weather-ruff-compatibility

Conversation

@stacknil

Copy link
Copy Markdown
Owner

Summary

  • Bound the weather diagnostics toolkit's Ruff dev dependency to >=0.4,<0.16.

Why

The current main workflow began resolving Ruff 0.16.3 from the unbounded ruff>=0.4 requirement and failed 13 lint checks. The latest successful main run resolved Ruff 0.15.16. The bound restores the previously passing lint contract without changing runtime code.

This is an independent CI-baseline fix surfaced while reviewing #113; #113 itself remains limited to the actions/setup-python v6-to-v7 update.

Validation

  • python -m pytest in projects/python-weather-diagnostics-toolkit: 37 passed
  • python -m ruff check .: passed
  • git diff --check: passed

@stacknil
stacknil merged commit 2bfdf85 into main Aug 18, 2026
4 checks passed
@stacknil
stacknil deleted the fix/weather-ruff-compatibility branch August 18, 2026 13:46
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.

1 participant