This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
mirror of
https://github.com/astral-sh/ruff
synced
2026-01-21 13:30:49 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5ecd560c6f70b7f5c854daa9833853b2cd50a779
ruff
/
crates
/
ruff_python_trivia
/
src
History
Micha Reiser
fa628018b2
Use
#[expect(lint)]
over
#[allow(lint)]
where possible (
#17822
)
2025-05-03 21:20:31 +02:00
..
comment_ranges.rs
Extract
LineIndex
independent methods from
Locator
(
#13938
)
2024-10-28 07:53:41 +00:00
comments.rs
Implement RUF028 to detect useless formatter suppression comments (
#9899
)
2024-02-28 19:21:06 +00:00
cursor.rs
[red-knot] Ignore surrounding whitespace when looking for
<!-- snapshot-diagnostics -->
directives in mdtests (
#16380
)
2025-02-27 13:25:31 +00:00
lib.rs
Implement RUF028 to detect useless formatter suppression comments (
#9899
)
2024-02-28 19:21:06 +00:00
pragmas.rs
Extend pragma comment cases (
#7687
)
2023-09-28 18:55:19 +00:00
textwrap.rs
Update
dedent_to
to support blocks that are composed of comments (
#13572
)
2024-10-01 04:38:03 +00:00
tokenizer.rs
Use
#[expect(lint)]
over
#[allow(lint)]
where possible (
#17822
)
2025-05-03 21:20:31 +02:00
whitespace.rs
Extract
LineIndex
independent methods from
Locator
(
#13938
)
2024-10-28 07:53:41 +00:00