diff --git a/.github/workflows/python-code-quality.yml b/.github/workflows/python-code-quality.yml index a274607ee85..8cb9487ce6f 100644 --- a/.github/workflows/python-code-quality.yml +++ b/.github/workflows/python-code-quality.yml @@ -36,7 +36,7 @@ jobs: # renovate: datasource=pypi depName=bandit BANDIT_VERSION: "1.9.2" # renovate: datasource=pypi depName=ruff - RUFF_VERSION: "0.14.10" + RUFF_VERSION: "0.14.11" runs-on: ${{ matrix.os }} permissions: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f757959d43a..1aa94f9795d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.10 + rev: v0.14.11 hooks: # Run the linter. - id: ruff-check diff --git a/pyproject.toml b/pyproject.toml index 0dbc7549763..13eeca89669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -228,6 +228,7 @@ ignore = [ "RUF015", # unnecessary-iterable-allocation-for-first-element "RUF019", # unnecessary-key-check "RUF059", # unused-unpacked-variable + "RUF067", # non-empty-init-module "RUF100", # unused-noqa "S101", # assert "S108", # hardcoded-temp-file