Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ruff): Update to 0.9.0 #3766

Merged
merged 6 commits into from
Jan 10, 2025
Merged

chore(ruff): Update to 0.9.0 #3766

merged 6 commits into from
Jan 10, 2025

Conversation

dangotbanned
Copy link
Member

@dangotbanned dangotbanned commented Jan 10, 2025

Resolves #3765

Unblocks #3747 (CI failure)

Notes

- `E` rules here are not triggered on the current codebase
- `B905` seems to be accounting for `tool.ruff.target-version = "py39"`
Using an adaptation of (https://github.com/vega/vega-datasets/blob/c53c1beaa4ea71e93f612d7d88c12f15c2c64c84/taplo.toml)

```toml
#:schema taplo://taplo.toml
[formatting]
align_entries         = true
allowed_blank_lines   = 1
column_width          = 88
compact_entries       = false
crlf                  = false
indent_string         = "    "
reorder_arrays        = true
reorder_inline_tables = true
reorder_keys          = true
```
@dangotbanned dangotbanned marked this pull request as ready for review January 10, 2025 14:18
@dangotbanned dangotbanned enabled auto-merge (squash) January 10, 2025 14:18
@dangotbanned dangotbanned merged commit 8a6f65c into main Jan 10, 2025
26 checks passed
@dangotbanned dangotbanned deleted the bump-ruff-0.9.0 branch January 10, 2025 14:29
dangotbanned added a commit that referenced this pull request Jan 12, 2025
- Includes resolving (#3766) warnings on new code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to ruff==0.9.0
1 participant