Skip to content

Bump databricks-labs-pylint from 0.4.0 to 0.5.0#277

Merged
asnare merged 2 commits into
mainfrom
dependabot/uv/databricks-labs-pylint-0.5.0
Jun 25, 2026
Merged

Bump databricks-labs-pylint from 0.4.0 to 0.5.0#277
asnare merged 2 commits into
mainfrom
dependabot/uv/databricks-labs-pylint-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Copy link
Copy Markdown
Contributor

Bumps databricks-labs-pylint from 0.4.0 to 0.5.0.

Release notes

Sourced from databricks-labs-pylint's releases.

v0.5.0

  • Added checker for multiline list comprehensions ban (#48). A new checker, readability, has been implemented in the PyLint plugin for Databricks, introducing a new code rule R8923 that flags multiline list comprehensions. This change aims to improve code readability by suggesting a rewrite as a for loop when list comprehensions span multiple lines. The checker can be used by adding databricks.labs.pylint.readability to the load-plugins configuration in the pylintrc or pyproject.toml file. The commit also includes updates to the README file, documenting the new checker and the R8923 check, along with examples and instructions for using and disabling it. Additionally, new test functions have been added to test_readability.py to demonstrate the ability to enforce a ban on multiline list comprehensions.
  • Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 (#47). In version 3.0.0 of sigstore/gh-action-sigstore-python, several changes and bug fixes have been implemented. Notable updates include the addition of recursive globbing with **, and the removal of certain settings such as fulcio-url, rekor-url, ctfe, and rekor-root-pubkey. The output settings signature, certificate, and bundle have also been removed, and inputs are now parsed according to POSIX shell lexing rules. The release-signing-artifacts setting no longer causes a hard error when used under the incorrect event. Additionally, the default suffix has changed from .sigstore to .sigstore.json, and release-signing-artifacts now defaults to true. This version also supports CI runners that use PEP 668 to constrain global package prefixes.

Dependency updates:

  • Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 (#47).

Contributors: @​dependabot[bot], @​nfx

Changelog

Sourced from databricks-labs-pylint's changelog.

0.5.0

  • Added checker for multiline list comprehensions ban (#48). A new checker, readability, has been implemented in the PyLint plugin for Databricks, introducing a new code rule R8923 that flags multiline list comprehensions. This change aims to improve code readability by suggesting a rewrite as a for loop when list comprehensions span multiple lines. The checker can be used by adding databricks.labs.pylint.readability to the load-plugins configuration in the pylintrc or pyproject.toml file. The commit also includes updates to the README file, documenting the new checker and the R8923 check, along with examples and instructions for using and disabling it. Additionally, new test functions have been added to test_readability.py to demonstrate the ability to enforce a ban on multiline list comprehensions.
  • Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 (#47). In version 3.0.0 of sigstore/gh-action-sigstore-python, several changes and bug fixes have been implemented. Notable updates include the addition of recursive globbing with **, and the removal of certain settings such as fulcio-url, rekor-url, ctfe, and rekor-root-pubkey. The output settings signature, certificate, and bundle have also been removed, and inputs are now parsed according to POSIX shell lexing rules. The release-signing-artifacts setting no longer causes a hard error when used under the incorrect event. Additionally, the default suffix has changed from .sigstore to .sigstore.json, and release-signing-artifacts now defaults to true. This version also supports CI runners that use PEP 668 to constrain global package prefixes.

Dependency updates:

  • Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 (#47).
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 29, 2026
@dependabot dependabot Bot requested a review from nfx as a code owner April 29, 2026 08:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 29, 2026
@asnare

asnare commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [databricks-labs-pylint](https://github.com/databrickslabs/pylint-plugin) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/databrickslabs/pylint-plugin/releases)
- [Changelog](https://github.com/databrickslabs/pylint-plugin/blob/main/CHANGELOG.md)
- [Commits](databrickslabs/pylint-plugin@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: databricks-labs-pylint
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/databricks-labs-pylint-0.5.0 branch from 1d987f9 to 268fde3 Compare June 24, 2026 16:35
@asnare asnare added this to UCX Jun 25, 2026
@asnare asnare self-assigned this Jun 25, 2026
@asnare asnare requested review from a team and removed request for nfx June 25, 2026 08:48
@asnare asnare moved this to In Progress in UCX Jun 25, 2026
@asnare asnare temporarily deployed to account-admin June 25, 2026 09:14 — with GitHub Actions Inactive
@asnare asnare enabled auto-merge (squash) June 25, 2026 09:14
@asnare asnare moved this from In Progress to Ready for Review in UCX Jun 25, 2026
@github-actions

Copy link
Copy Markdown

✅ 40/40 passed, 6 skipped, 6m28s total

Running from acceptance #262

@asnare asnare merged commit e130884 into main Jun 25, 2026
9 checks passed
@asnare asnare deleted the dependabot/uv/databricks-labs-pylint-0.5.0 branch June 25, 2026 09:18
@github-project-automation github-project-automation Bot moved this from Ready for Review to Done in UCX Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant