chore(deps): update dependency ruff to v0.9.2
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| ruff (source, changelog) | dev-dependencies | patch |
0.9.1 -> 0.9.2
|
Release Notes
astral-sh/ruff (ruff)
v0.9.2
Preview features
- [
airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463) - [
airflow] extend and fix AIR302 rules (#15525) - [
fastapi] Handle parameters withDependscorrectly (FAST003) (#15364) - [
flake8-pytest-style] Implement pytest.warns diagnostics (PT029,PT030,PT031) (#15444) - [
flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449) - [
flake8-type-checking] Avoid false positives for|inTC008(#15201)
Rule changes
- [
flake8-todos] Allow VSCode GitHub MR extension style links inmissing-todo-link(TD003) (#15519) - [
pyflakes] Show syntax error message forF722(#15523)
Formatter
- Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
- Fix joining of f-strings with different quotes when using quote style
Preserve(#15524)
Server
- Avoid indexing the same workspace multiple times (#15495)
- Display context for
ruff.configurationerrors (#15452)
Configuration
- Remove
flattento improve deserialization error messages (#15414)
Bug fixes
- Parse triple-quoted string annotations as if parenthesized (#15387)
- [
fastapi] UpdateAnnotatedfixes (FAST002) (#15462) - [
flake8-bandit] Check forbuiltinsinstead ofbuiltin(S102,PTH123) (#15443) - [
flake8-pathlib] Fix--selectforos-path-dirname(PTH120) (#15446) - [
ruff] Fix false positive on global keyword (RUF052) (#15235)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.