Skip to content

build(cogstack-es): Pin ruff to earlier versions to avoid workflow failures#589

Merged
mart-r merged 1 commit into
mainfrom
build/cogstack-es/fix-workflow-by-pinning-ruff
Jul 25, 2026
Merged

build(cogstack-es): Pin ruff to earlier versions to avoid workflow failures#589
mart-r merged 1 commit into
mainfrom
build/cogstack-es/fix-workflow-by-pinning-ruff

Conversation

@mart-r

@mart-r mart-r commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Turns out ruff v0.16.x introduced new checks that I do not wish to tackle at this point.

E.g:

  • I001 [*] Import block is un-sorted or un-formatted
  • UP035 [*] Import from collections.abc instead: Iterable, Sequence
  • UP035 typing.Type is deprecated, use type instead
  • UP007 [*] Use X | Y for type annotations
  • UP045 [*] Use X | None for type annotations

…ilures

Turns out ruff `v0.16.x` introduced new checks that I do not wish to tackle at this point.

E.g:
- I001 [*] Import block is un-sorted or un-formatted
- UP035 [*] Import from `collections.abc` instead: `Iterable`, `Sequence`
- UP035 `typing.Type` is deprecated, use `type` instead
- UP007 [*] Use `X | Y` for type annotations
- UP045 [*] Use `X | None` for type annotations
@mart-r mart-r changed the title build(cogstack-es): Pin ruff to earlier versions to avoid workflow fa… build(cogstack-es): Pin ruff to earlier versions to avoid workflow failures Jul 24, 2026

@tomolopolis tomolopolis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - fair

@mart-r
mart-r merged commit 150f48b into main Jul 25, 2026
23 checks passed
@mart-r
mart-r deleted the build/cogstack-es/fix-workflow-by-pinning-ruff branch July 25, 2026 20:42
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.

2 participants