Skip to content

Tags: mxr/ruff

Tags

0.15.5

Toggle 0.15.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump 0.15.5 (astral-sh#23743)

Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>

0.15.4

Toggle 0.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump 0.15.4 (astral-sh#23595)

Just to be sure, I ran the example from astral-sh#23587 again on this branch:

```console
~/astral/ruff on  brent/0.15.4 [$] is 📦 v0.15.4 via 🐍 v3.14.2 via 🦀 v1.93.0
❯ echo 'x = id' | uvx ruff@latest --isolated check - --preview --select ANN003,PLR1712

error: Ruff crashed. If you could open an issue at:

    https://github.com/astral-sh/ruff/issues/new?title=%5BPanic%5D

...quoting the executed command, along with the relevant file contents and `pyproject.toml` settings, we'd be very appreciative!


thread 'main' (1681253) panicked at crates/ruff_python_semantic/src/definition.rs:285:26:
index out of bounds: the len is 0 but the index is 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

~/astral/ruff on  brent/0.15.4 [$] is 📦 v0.15.4 via 🐍 v3.14.2 via 🦀 v1.93.0
❯ echo 'x = id' | just run --isolated check - --preview --select ANN003,PLR1712
cargo run -p ruff -- --isolated check - --preview --select ANN003,PLR1712
   Compiling ruff_python_semantic v0.0.0 (/home/brent/astral/ruff/crates/ruff_python_semantic)
   Compiling ruff v0.15.4 (/home/brent/astral/ruff/crates/ruff)
   Compiling ruff_linter v0.15.4 (/home/brent/astral/ruff/crates/ruff_linter)
   Compiling ruff_graph v0.1.0 (/home/brent/astral/ruff/crates/ruff_graph)
   Compiling ruff_workspace v0.0.0 (/home/brent/astral/ruff/crates/ruff_workspace)
   Compiling ruff_markdown v0.0.0 (/home/brent/astral/ruff/crates/ruff_markdown)
   Compiling ruff_server v0.2.2 (/home/brent/astral/ruff/crates/ruff_server)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s
     Running `target/debug/ruff --isolated check - --preview --select ANN003,PLR1712`
warning: Detected debug build without --no-cache.
All checks passed!
```

0.15.3

Toggle 0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump 0.15.3 (astral-sh#23585)

0.15.2

Toggle 0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hard code workflow name and `cancel-in-progress` only for PRs (astral…

…-sh#23431)

This changes the names of concurrency groups in most of our workflows to
use their hard-coded names instead of the name of the workflow that
triggered them (e.g. `build-wasm-...` and `build-binaries-...` instead
of `Release -...` for both). Hopefully this will reduce the number of
times the jobs butt heads.

I did not make this change for the CI workflow or for the Daily Fuzz
workflow since it didn't seem relevant for those, but let me know if I
should.

0.15.1

Toggle 0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for 0.15.1 (astral-sh#23253)

- **Changelog**
- **Everything else**

---------

Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump 0.15.0 (astral-sh#23055)

0.14.14

Toggle 0.14.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v0.14.14 (astral-sh#22813)

0.14.13

Toggle 0.14.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ty] Make `NamedTuple(...)` and `namedtuple(...)` calls stricter (ast…

…ral-sh#22601)

## Summary

Closes astral-sh/ty#2513.

0.14.11

Toggle 0.14.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump 0.14.11 (astral-sh#22462)

0.14.10

Toggle 0.14.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump 0.14.10 (astral-sh#22058)