Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.1.14 (#510)
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.1.13` -> `==0.1.14` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.1.13/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.1.13/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Preview features

- \[`flake8-bugbear`] Add fix for `duplicate-value` (`B033`)
([#&#8203;9510](https://togithub.com/astral-sh/ruff/pull/9510))
- \[`flake8-simplify`] Implement `enumerate-for-loop` (`SIM113`)
([#&#8203;7777](https://togithub.com/astral-sh/ruff/pull/7777))
- \[`pygrep_hooks`] Add fix for `deprecated-log-warn` (`PGH002`)
([#&#8203;9519](https://togithub.com/astral-sh/ruff/pull/9519))
- \[`pylint`] Implement `import-private-name` (`C2701`)
([#&#8203;5920](https://togithub.com/astral-sh/ruff/pull/5920))
- \[`refurb`] Implement `regex-flag-alias` with fix (`FURB167`)
([#&#8203;9516](https://togithub.com/astral-sh/ruff/pull/9516))
- \[`ruff`] Add rule and fix to sort contents of `__all__` (`RUF022`)
([#&#8203;9474](https://togithub.com/astral-sh/ruff/pull/9474))
- \[`tryceratops`] Add fix for `error-instead-of-exception` (`TRY400`)
([#&#8203;9520](https://togithub.com/astral-sh/ruff/pull/9520))

##### Rule changes

- \[`flake8-pyi`] Fix `PYI047` false negatives on PEP-695 type aliases
([#&#8203;9566](https://togithub.com/astral-sh/ruff/pull/9566))
- \[`flake8-pyi`] Fix `PYI049` false negatives on call-based
`TypedDict`s
([#&#8203;9567](https://togithub.com/astral-sh/ruff/pull/9567))
- \[`pylint`] Exclude `self` and `cls` when counting method arguments
(`PLR0917`)
([#&#8203;9563](https://togithub.com/astral-sh/ruff/pull/9563))

##### CLI

- `--show-settings` displays active settings in a far more readable
format ([#&#8203;9464](https://togithub.com/astral-sh/ruff/pull/9464))
- Add `--extension` support to the formatter
([#&#8203;9483](https://togithub.com/astral-sh/ruff/pull/9483))

##### Configuration

- Ignore preview status for fixable and unfixable selectors
([#&#8203;9538](https://togithub.com/astral-sh/ruff/pull/9538))
- \[`pycodestyle`] Use the configured tab size when expanding indents
([#&#8203;9506](https://togithub.com/astral-sh/ruff/pull/9506))

##### Bug fixes

- Recursively visit deferred AST nodes
([#&#8203;9541](https://togithub.com/astral-sh/ruff/pull/9541))
- Visit deferred lambdas before type definitions
([#&#8203;9540](https://togithub.com/astral-sh/ruff/pull/9540))
- \[`flake8-simplify`] Avoid some more `enumerate-for-loop` false
positives (`SIM113`)
([#&#8203;9515](https://togithub.com/astral-sh/ruff/pull/9515))
- \[`pandas-vet`] Limit inplace diagnostics to methods that accept
inplace ([#&#8203;9495](https://togithub.com/astral-sh/ruff/pull/9495))
- \[`pylint`] Add the `__prepare__` method to the list of recognized
dunder method
([#&#8203;9529](https://togithub.com/astral-sh/ruff/pull/9529))
- \[`pylint`] Ignore unnecessary dunder calls within dunder definitions
([#&#8203;9496](https://togithub.com/astral-sh/ruff/pull/9496))
- \[`refurb`] Avoid bailing when `reimplemented-operator` is called on
function (`FURB118`)
([#&#8203;9556](https://togithub.com/astral-sh/ruff/pull/9556))
- \[`ruff`] Avoid treating named expressions as static keys (`RUF011`)
([#&#8203;9494](https://togithub.com/astral-sh/ruff/pull/9494))

##### Documentation

- Add instructions on using `noqa` with isort rules
([#&#8203;9555](https://togithub.com/astral-sh/ruff/pull/9555))
- Documentation update for URL giving 'page not found'
([#&#8203;9565](https://togithub.com/astral-sh/ruff/pull/9565))
- Fix admonition in dark mode
([#&#8203;9502](https://togithub.com/astral-sh/ruff/pull/9502))
- Update contributing docs to use `cargo bench -p ruff_benchmark`
([#&#8203;9535](https://togithub.com/astral-sh/ruff/pull/9535))
- Update emacs integration section to include `emacs-ruff-format`
([#&#8203;9403](https://togithub.com/astral-sh/ruff/pull/9403))
- \[`flake8-blind-except`] Document exceptions to `blind-except` rule
([#&#8203;9580](https://togithub.com/astral-sh/ruff/pull/9580))

</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/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 5234d5b commit 65e2593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pytest-asyncio==0.23.3
pytest-cov==4.1.0
python-slugify==8.0.1
PyYAML==6.0.1
ruff==0.1.13
ruff==0.1.14
types-aiofiles==23.2.0.20240106
types-PyYAML==6.0.12.12
typing-extensions==4.9.0
Expand Down

0 comments on commit 65e2593

Please sign in to comment.