..
ruff
Default to latest supported Python version for version-related syntax errors ( #17529 )
2025-05-06 10:19:13 -04:00
ruff_annotate_snippets
ruff_annotate_snippets: address unused code warnings
2025-04-07 08:24:08 -04:00
ruff_benchmark
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_cache
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_db
[ty] Sort collected diagnostics before snapshotting them in mdtest ( #17926 )
2025-05-07 18:23:22 +01:00
ruff_dev
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_diagnostics
Show errors for attempted fixes only when passed `--verbose` ( #15237 )
2025-01-03 08:50:13 -06:00
ruff_formatter
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_graph
Rename Red Knot ( #17820 )
2025-05-03 19:49:15 +02:00
ruff_index
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_linter
[`pyupgrade`] Add spaces between tokens as necessary to avoid syntax errors in `UP018` autofix ( #17648 )
2025-05-07 09:34:08 +02:00
ruff_macros
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_notebook
Split `SourceLocation` into `LineColumn` and `SourceLocation` ( #17587 )
2025-04-27 11:27:33 +01:00
ruff_python_ast
Implement deferred annotations for Python 3.14 ( #17658 )
2025-05-05 06:40:36 -05:00
ruff_python_ast_integration_tests
Visit `Identifier` node as part of the `SourceOrderVisitor` ( #17110 )
2025-04-01 16:58:09 +02:00
ruff_python_codegen
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_python_formatter
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_python_index
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_python_literal
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_python_parser
[parser] Flag single unparenthesized generator expr with trailing comma in arguments. ( #17893 )
2025-05-07 14:11:35 -04:00
ruff_python_resolver
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_python_semantic
[`isort`] Check full module path against project root(s) when categorizing first-party ( #16565 )
2025-05-05 11:40:01 -05:00
ruff_python_stdlib
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_python_trivia
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_python_trivia_integration_tests
Pass `ParserOptions` to the parser ( #16220 )
2025-02-19 10:50:50 -05:00
ruff_server
Default to latest supported Python version for version-related syntax errors ( #17529 )
2025-05-06 10:19:13 -04:00
ruff_source_file
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_text_size
Use `#[expect(lint)]` over `#[allow(lint)]` where possible ( #17822 )
2025-05-03 21:20:31 +02:00
ruff_wasm
Default to latest supported Python version for version-related syntax errors ( #17529 )
2025-05-06 10:19:13 -04:00
ruff_workspace
Default to latest supported Python version for version-related syntax errors ( #17529 )
2025-05-06 10:19:13 -04:00
ty
[ty] Support `generate-shell-completion` ( #17879 )
2025-05-06 18:04:57 -07:00
ty_ide
Make completions an opt-in LSP feature ( #17921 )
2025-05-07 16:39:35 +00:00
ty_project
[ty] Sort collected diagnostics before snapshotting them in mdtest ( #17926 )
2025-05-07 18:23:22 +01:00
ty_python_semantic
[ty] Ensure that `T` is disjoint from `~T` even when `T` is a TypeVar ( #17922 )
2025-05-07 10:59:16 -07:00
ty_server
[ty] Add basic file watching to server ( #17912 )
2025-05-07 19:03:30 +02:00
ty_test
[ty] Sort collected diagnostics before snapshotting them in mdtest ( #17926 )
2025-05-07 18:23:22 +01:00
ty_vendored
[ty] Add support for `__all__` ( #17856 )
2025-05-07 21:42:42 +05:30
ty_wasm
[ty] Fix duplicate diagnostics for unresolved module when an `import from` statement imports multiple members ( #17886 )
2025-05-06 12:37:10 +01:00