Skip to content

Commit

Permalink
Update dependency ruff to v0.3.5 (#68)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://docs.astral.sh/ruff)
([source](https://togithub.com/astral-sh/ruff),
[changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| `0.3.4` -> `0.3.5` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.3.4/0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.3.4/0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>astral-sh/ruff (ruff)</summary>

###
[`v0.3.5`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#035)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.3.4...v0.3.5)

##### Preview features

- \[`pylint`] Implement `modified-iterating-set` (`E4703`)
([#&#8203;10473](https://togithub.com/astral-sh/ruff/pull/10473))
- \[`refurb`] Implement `for-loop-set-mutations` (`FURB142`)
([#&#8203;10583](https://togithub.com/astral-sh/ruff/pull/10583))
- \[`refurb`] Implement `unnecessary-from-float` (`FURB164`)
([#&#8203;10647](https://togithub.com/astral-sh/ruff/pull/10647))
- \[`refurb`] Implement `verbose-decimal-constructor` (`FURB157`)
([#&#8203;10533](https://togithub.com/astral-sh/ruff/pull/10533))

##### Rule changes

- \[`flake8-comprehensions`] Handled special case for `C401` which also
matches `C416`
([#&#8203;10596](https://togithub.com/astral-sh/ruff/pull/10596))
- \[`flake8-pyi`] Mark `unaliased-collections-abc-set-import` fix as
"safe" for more cases in stub files (`PYI025`)
([#&#8203;10547](https://togithub.com/astral-sh/ruff/pull/10547))
- \[`numpy`] Add `row_stack` to NumPy 2.0 migration rule
([#&#8203;10646](https://togithub.com/astral-sh/ruff/pull/10646))
- \[`pycodestyle`] Allow cell magics before an import (`E402`)
([#&#8203;10545](https://togithub.com/astral-sh/ruff/pull/10545))
- \[`pycodestyle`] Avoid blank line rules for the first logical line in
cell ([#&#8203;10291](https://togithub.com/astral-sh/ruff/pull/10291))

##### Configuration

- Respected nested namespace packages
([#&#8203;10541](https://togithub.com/astral-sh/ruff/pull/10541))
- \[`flake8-boolean-trap`] Add setting for user defined allowed boolean
trap ([#&#8203;10531](https://togithub.com/astral-sh/ruff/pull/10531))

##### Bug fixes

- Correctly handle references in `__all__` definitions when renaming
symbols in autofixes
([#&#8203;10527](https://togithub.com/astral-sh/ruff/pull/10527))
- Track ranges of names inside `__all__` definitions
([#&#8203;10525](https://togithub.com/astral-sh/ruff/pull/10525))
- \[`flake8-bugbear`] Avoid false positive for usage after `continue`
(`B031`)
([#&#8203;10539](https://togithub.com/astral-sh/ruff/pull/10539))
- \[`flake8-copyright`] Accept commas in default copyright pattern
([#&#8203;9498](https://togithub.com/astral-sh/ruff/pull/9498))
- \[`flake8-datetimez`] Allow f-strings with `%z` for `DTZ007`
([#&#8203;10651](https://togithub.com/astral-sh/ruff/pull/10651))
- \[`flake8-pytest-style`] Fix `PT014` autofix for last item in list
([#&#8203;10532](https://togithub.com/astral-sh/ruff/pull/10532))
- \[`flake8-quotes`] Ignore `Q000`, `Q001` when string is inside forward
ref ([#&#8203;10585](https://togithub.com/astral-sh/ruff/pull/10585))
- \[`isort`] Always place non-relative imports after relative imports
([#&#8203;10669](https://togithub.com/astral-sh/ruff/pull/10669))
- \[`isort`] Respect Unicode characters in import sorting
([#&#8203;10529](https://togithub.com/astral-sh/ruff/pull/10529))
- \[`pyflakes`] Fix F821 false negatives when `from __future__ import
annotations` is active (attempt 2)
([#&#8203;10524](https://togithub.com/astral-sh/ruff/pull/10524))
- \[`pyflakes`] Make `unnecessary-lambda` an always-unsafe fix
([#&#8203;10668](https://togithub.com/astral-sh/ruff/pull/10668))
- \[`pylint`] Fixed false-positive on the rule `PLW1641`
(`eq-without-hash`)
([#&#8203;10566](https://togithub.com/astral-sh/ruff/pull/10566))
- \[`ruff`] Fix panic in unused `# noqa` removal with multi-byte space
(`RUF100`)
([#&#8203;10682](https://togithub.com/astral-sh/ruff/pull/10682))

##### Documentation

- Add PR title format to `CONTRIBUTING.md`
([#&#8203;10665](https://togithub.com/astral-sh/ruff/pull/10665))
- Fix list markup to include blank lines required
([#&#8203;10591](https://togithub.com/astral-sh/ruff/pull/10591))
- Put `flake8-logging` next to the other flake8 plugins in registry
([#&#8203;10587](https://togithub.com/astral-sh/ruff/pull/10587))
- \[`flake8-bandit`] Update warning message for rule `S305` to address
insecure block cipher mode use
([#&#8203;10602](https://togithub.com/astral-sh/ruff/pull/10602))
- \[`flake8-bugbear`] Document use of anonymous assignment in
`useless-expression`
([#&#8203;10551](https://togithub.com/astral-sh/ruff/pull/10551))
- \[`flake8-datetimez`] Clarify error messages and docs for `DTZ` rules
([#&#8203;10621](https://togithub.com/astral-sh/ruff/pull/10621))
- \[`pycodestyle`] Use same before vs. after numbers for
`space-around-operator`
([#&#8203;10640](https://togithub.com/astral-sh/ruff/pull/10640))
- \[`ruff`] Change `quadratic-list-summation` docs to use `iadd`
consistently
([#&#8203;10666](https://togithub.com/astral-sh/ruff/pull/10666))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fulcrum-so/ziggy-pydust-template).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 0a88074 commit 40801c0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40801c0

Please sign in to comment.