You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* main: (991 commits)
[red-knot] Resolve `Options` to `Settings` (#16000)
Bump version to 0.9.6 (#16074)
Revert tailwindcss v4 update (#16075)
Improve migration document (#16072)
Fix reference definition labels for backtick-quoted shortcut links (#16035)
RUF009 should behave similar to B008 and ignore attributes with immutable types (#16048)
[`pylint`] Also report when the object isn't a literal (`PLE1310`) (#15985)
Update Rust crate rustc-hash to v2.1.1 (#16060)
Root exclusions in the server to project root (#16043)
Directly include `Settings` struct for the server (#16042)
Update Rust crate clap to v4.5.28 (#16059)
Update Rust crate strum_macros to 0.27.0 (#16065)
Update NPM Development dependencies (#16067)
Update Rust crate uuid to v1.13.1 (#16066)
Update Rust crate strum to 0.27.0 (#16064)
Update pre-commit dependencies (#16063)
Update dependency ruff to v0.9.5 (#16062)
Update Rust crate toml to v0.8.20 (#16061)
[`flake8-builtins`] Make strict module name comparison optional (`A005`) (#15951)
[`ruff`] Indented form feeds (`RUF054`) (#16049)
...
Thank you for taking the time to report an issue! We're glad to have you involved with Ruff.
9
+
10
+
If you're filing a bug report, please consider including the following information:
11
+
12
+
* List of keywords you searched for before creating this issue. Write them down here so that others can find this issue more easily and help provide feedback.
13
+
e.g. "RUF001", "unused variable", "Jupyter notebook"
14
+
* A minimal code snippet that reproduces the bug.
15
+
* The command you invoked (e.g., `ruff /path/to/file.py --fix`), ideally including the `--isolated` flag.
16
+
* The current Ruff settings (any relevant sections from your `pyproject.toml`).
0 commit comments