This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
mirror of
https://github.com/astral-sh/ruff.git
synced
2025-10-02 22:55:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
067a8ac574
ruff
/
crates
/
ruff_server
/
src
/
edit
History
Download ZIP
Download TAR.GZ
Micha Reiser
fa628018b2
Use
#[expect(lint)]
over
#[allow(lint)]
where possible (
#17822
)
2025-05-03 21:20:31 +02:00
..
notebook.rs
Use
#[expect(lint)]
over
#[allow(lint)]
where possible (
#17822
)
2025-05-03 21:20:31 +02:00
range.rs
Split
SourceLocation
into
LineColumn
and
SourceLocation
(
#17587
)
2025-04-27 11:27:33 +01:00
replacement.rs
Fix replacement edit range computation (
#12171
)
2024-07-04 09:24:07 +05:30
text_document.rs
Fix server panic when undoing an edit (
#14010
)
2024-11-01 08:16:53 +01:00