ruff/crates
konstin 0945803427
Generate FormatRule definitions (#4724)
* Generate FormatRule definitions

* Generate verbatim output

* pub(crate) everything

* clippy fix

* Update crates/ruff_python_formatter/src/lib.rs

Co-authored-by: Micha Reiser <micha@reiser.io>

* Update crates/ruff_python_formatter/src/lib.rs

Co-authored-by: Micha Reiser <micha@reiser.io>

* stub out with Ok(()) again

* Update crates/ruff_python_formatter/src/lib.rs

Co-authored-by: Micha Reiser <micha@reiser.io>

* PyFormatContext::{contents, locator} with `#[allow(unused)]`

* Can't leak private type

* remove commented code

* Fix ruff errors

* pub struct Format{node} due to rust rules

---------

Co-authored-by: Julian LaNeve <lanevejulian@gmail.com>
Co-authored-by: Micha Reiser <micha@reiser.io>
2023-06-01 08:38:53 +02:00
..
flake8_to_ruff Bump version to 0.0.270 (#4637) 2023-05-24 16:34:29 +00:00
ruff Use ALL in fixable documentation (#4772) 2023-05-31 22:30:12 -04:00
ruff_benchmark Upgrade RustPython (#4747) 2023-05-31 08:26:35 +00:00
ruff_cache Rename ruff_python_semantic's Context struct to SemanticModel (#4565) 2023-05-22 02:35:03 +00:00
ruff_cli Add a ruff_textwrap crate (#4731) 2023-05-31 16:35:23 +00:00
ruff_dev Add a ruff_textwrap crate (#4731) 2023-05-31 16:35:23 +00:00
ruff_diagnostics Rename ruff_python_semantic's Context struct to SemanticModel (#4565) 2023-05-22 02:35:03 +00:00
ruff_formatter Generate FormatRule definitions (#4724) 2023-06-01 08:38:53 +02:00
ruff_index Introduce ruff_index crate (#4597) 2023-05-23 17:40:35 +02:00
ruff_macros Add a ruff_textwrap crate (#4731) 2023-05-31 16:35:23 +00:00
ruff_newlines Add a ruff_textwrap crate (#4731) 2023-05-31 16:35:23 +00:00
ruff_python_ast Correctly associate own-line comments in bodies (#4671) 2023-06-01 08:12:53 +02:00
ruff_python_formatter Generate FormatRule definitions (#4724) 2023-06-01 08:38:53 +02:00
ruff_python_semantic Track TYPE_CHECKING blocks in Importer (#4593) 2023-05-30 16:18:10 +00:00
ruff_python_stdlib Lint pyproject.toml (#4496) 2023-05-25 12:05:28 +00:00
ruff_rustpython Re-integrate RustPython parser repository (#4359) 2023-05-11 07:47:17 +00:00
ruff_testing_macros testing_macros: Add missing full feature to syn dependency (#4722) 2023-05-30 07:42:06 +00:00
ruff_textwrap Add a ruff_textwrap crate (#4731) 2023-05-31 16:35:23 +00:00
ruff_wasm Remove unused getrandom dependency (#4734) 2023-05-30 14:34:20 -04:00