ruff/crates/ruff_python_ast/src
Charlie Marsh 780336db0a
Include f-string prefixes in quote-stripping utilities (#5039)
Mentioned here:
https://github.com/astral-sh/ruff/pull/4853#discussion_r1217560348.

Generated with this hacky script:
https://gist.github.com/charliermarsh/8ecc4e55bc87d51dc27340402f33b348.
2023-06-12 18:25:47 -04:00
..
source_code Improve ruff_parse_simple to find UTF-8 violations (#5008) 2023-06-12 12:10:23 -04:00
visitor Upgrade RustPython (#4900) 2023-06-08 05:53:14 +00:00
all.rs Allow re-assignments to `__all__` (#4967) 2023-06-08 17:19:56 +00:00
call_path.rs Refactor range from `Attributed` to `Node`s (#4422) 2023-05-16 06:36:32 +00:00
cast.rs Upgrade RustPython (#4900) 2023-06-08 05:53:14 +00:00
comparable.rs Upgrade RustPython (#4900) 2023-06-08 05:53:14 +00:00
docstrings.rs Move Python whitespace utilities into new `ruff_python_whitespace` crate (#4993) 2023-06-10 00:59:57 +00:00
function.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
hashable.rs Create a `rust_python_ast` crate (#3370) 2023-03-07 15:18:40 +00:00
helpers.rs Remove lexer dependency from identifier_range (#5036) 2023-06-12 22:06:03 +00:00
imports.rs Enable callers to specify import-style preferences in `Importer` (#4717) 2023-05-30 16:46:19 +00:00
lib.rs Move Python whitespace utilities into new `ruff_python_whitespace` crate (#4993) 2023-06-10 00:59:57 +00:00
node.rs Upgrade RustPython (#4900) 2023-06-08 05:53:14 +00:00
prelude.rs Improve ruff_parse_simple to find UTF-8 violations (#5008) 2023-06-12 12:10:23 -04:00
relocate.rs Refactor range from `Attributed` to `Node`s (#4422) 2023-05-16 06:36:32 +00:00
statement_visitor.rs Refactor range from `Attributed` to `Node`s (#4422) 2023-05-16 06:36:32 +00:00
str.rs Include f-string prefixes in quote-stripping utilities (#5039) 2023-06-12 18:25:47 -04:00
token_kind.rs Bring pycodestyle rules into full compatibility (on SciPy) (#4472) 2023-05-17 16:51:55 +00:00
types.rs Replace `parents` statement stack with a `Nodes` abstraction (#4233) 2023-05-06 16:12:41 +00:00
typing.rs Upgrade RustPython (#4747) 2023-05-31 08:26:35 +00:00
visitor.rs Upgrade RustPython (#4900) 2023-06-08 05:53:14 +00:00
whitespace.rs Move Python whitespace utilities into new `ruff_python_whitespace` crate (#4993) 2023-06-10 00:59:57 +00:00