Skip to content

[bot] Merge master/a21f8547 into rel/dev#1637

Merged
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-a21f8547-to-rel/dev
Jun 1, 2026
Merged

[bot] Merge master/a21f8547 into rel/dev#1637
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-a21f8547-to-rel/dev

Conversation

@yenkins-admin
Copy link
Copy Markdown
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to a21f854 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/26753478737).

hkad98 and others added 2 commits June 1, 2026 13:49
Update the lint and type dev tooling to their latest patch/dev
releases so local checks and CI run against current ruff/ty behavior.
uv.lock regenerated to resolve ruff 0.15.15 and ty 0.0.40.

The stricter ty 0.0.40 surfaced four latent type issues; fix them so
`make types` stays green:

- gooddata-pandas series.py: isinstance(granularity, list) narrows the
  bare list to list[object], making the dict comprehension dict[str,
  object]; cast back to list[LabelItemDef] to keep the element type.
- gooddata-sdk filter.py: explicitly annotate the three
  _empty_value_handling attributes as EmptyValueHandling | None so the
  property return type matches (ty widened the narrowed value to str).
- gooddata-sdk dataset.py: drop the now-redundant cast in find_label;
  ty narrows next(filter(...), None) correctly without it.
- gooddata-pipelines logger.py: SingletonMeta.__call__ returned
  "SingletonMeta", typing every LogObserver() as the metaclass; make it
  generic (cls: type[_T]) -> _T and use type.__call__(cls, ...).

jira: trivial
risk: nonprod
chore: bump ruff to ~=0.15.15 and ty to ~=0.0.40
@yenkins-admin yenkins-admin merged commit 2354ec1 into rel/dev Jun 1, 2026
1 of 2 checks passed
@yenkins-admin yenkins-admin deleted the snapshot-master-a21f8547-to-rel/dev branch June 1, 2026 11:58
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

❌ Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.10%. Comparing base (0dc6284) to head (a21f854).
⚠️ Report is 507 commits behind head on rel/dev.

Files with missing lines Patch % Lines
...ages/gooddata-pandas/src/gooddata_pandas/series.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           rel/dev    #1637      +/-   ##
===========================================
- Coverage    79.10%   79.10%   -0.01%     
===========================================
  Files          231      231              
  Lines        15717    15718       +1     
===========================================
  Hits         12433    12433              
- Misses        3284     3285       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

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