Skip to content

chore(deps): bump https://github.com/astral-sh/ruff-pre-commit from v0.15.14 to 0.15.19#656

Merged
nikosavola merged 5 commits into
mainfrom
dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.19
Jul 1, 2026
Merged

chore(deps): bump https://github.com/astral-sh/ruff-pre-commit from v0.15.14 to 0.15.19#656
nikosavola merged 5 commits into
mainfrom
dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps https://github.com/astral-sh/ruff-pre-commit from v0.15.14 to 0.15.19.

Release notes

Sourced from https://github.com/astral-sh/ruff-pre-commit's releases.

v0.15.19

See: https://github.com/astral-sh/ruff/releases/tag/0.15.19

v0.15.18

See: https://github.com/astral-sh/ruff/releases/tag/0.15.18

v0.15.17

See: https://github.com/astral-sh/ruff/releases/tag/0.15.17

v0.15.16

See: https://github.com/astral-sh/ruff/releases/tag/0.15.16

v0.15.15

See: https://github.com/astral-sh/ruff/releases/tag/0.15.15

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Jul 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Jul 1, 2026
@github-actions github-actions Bot removed the dependencies Pull requests that update a dependency file label Jul 1, 2026
Bumps [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) from v0.15.14 to 0.15.19.
- [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases)
- [Commits](astral-sh/ruff-pre-commit@v0.15.14...v0.15.19)

---
updated-dependencies:
- dependency-name: https://github.com/astral-sh/ruff-pre-commit
  dependency-version: 0.15.19
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@nikosavola nikosavola force-pushed the dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.19 branch from d229c50 to 39834d2 Compare July 1, 2026 07:44
@nikosavola

Copy link
Copy Markdown
Member

@copilot Could you fix the new errors/warnings in the pre-commit hooks?

- Fix D421: change modeler property docstring from "Return..." to noun phrase
- Fix RUF076: add noqa comments on autouse fixtures (preview rule)
- Fix zizmor ref-version-mismatch: update # v6 comments to # v6.0.2 in workflow files
- Fix zizmor ref-version-mismatch: update xu-cheng/latex-action comment to # 4.1.0

Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@copilot Could you fix the new errors/warnings in the pre-commit hooks?

Fixed in 39834d2→latest. Three issues introduced by the ruff 0.15.19 bump and one pre-existing zizmor issue:

  • D421 (property-docstring-starts-with-verb): Changed modeler property docstring in aedt_base.py from "Return the AEDT modeler instance.""The AEDT modeler instance."
  • RUF076 (pytest-fixture-autouse, preview rule): Added # noqa: RUF076 inline on the two autouse=True fixtures in tests/conftest.py and tests/models/test_cpw_loss.py — adding it to pyproject.toml per-file-ignores wasn't possible because tombi-lint schema validation rejects preview rule codes
  • Zizmor ref-version-mismatch: Updated # v6 version comments to # v6.0.2 across workflow files, and corrected the xu-cheng/latex-action comment from # v4.0.0 to # 4.1.0

All pre-commit hooks now pass.

Copilot AI requested a review from nikosavola July 1, 2026 09:10
@github-actions github-actions Bot added python Pull requests that update python code simulations Relating to simulation support ci Pull requests that update GitHub Actions code tests Relating to testing pdk PDK issue labels Jul 1, 2026
@nikosavola

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…/https-/github.com/astral-sh/ruff-pre-commit-0.15.19

# Conflicts:
#	.github/workflows/release.yml
#	.github/workflows/test.yml

Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>
auto-merge was automatically disabled July 1, 2026 10:10

Head branch was pushed to by a user without write access

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Done in 6b11525. Resolved conflicts in .github/workflows/release.yml and .github/workflows/test.yml — kept the # v6.0.2 version comments from our branch (the zizmor fix) and took astral-sh/setup-uv@v8.2.0 from main.

@nikosavola nikosavola enabled auto-merge July 1, 2026 10:13
@nikosavola nikosavola added this pull request to the merge queue Jul 1, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Jul 1, 2026
@nikosavola

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

@nikosavola nikosavola enabled auto-merge July 1, 2026 10:40
Copilot AI and others added 2 commits July 1, 2026 10:43
…/https-/github.com/astral-sh/ruff-pre-commit-0.15.19

# Conflicts:
#	.github/workflows/get-python-versions.yml
#	.github/workflows/release.yml
#	.github/workflows/test.yml

Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>
…solve checkout v7.0.0 conflicts)

Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>
auto-merge was automatically disabled July 1, 2026 10:43

Head branch was pushed to by a user without write access

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Done in 6820461. Resolved conflicts in get-python-versions.yml, release.yml, and test.yml — took main's updated actions/checkout@9c091bb (v7.0.0) and applied the correct # v7.0.0 comment consistently (fixing the inconsistent # v6 comments that main had on some lines).

Copilot AI requested a review from nikosavola July 1, 2026 10:44
@nikosavola nikosavola enabled auto-merge July 1, 2026 10:51
@nikosavola nikosavola added this pull request to the merge queue Jul 1, 2026
Merged via the queue into main with commit f3dd278 Jul 1, 2026
28 checks passed
@nikosavola nikosavola deleted the dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.19 branch July 1, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Pull requests that update GitHub Actions code pdk PDK issue pre_commit Pull requests that update pre_commit code python Pull requests that update python code simulations Relating to simulation support tests Relating to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants