This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fe7d965334
ruff
/
crates
/
ruff_linter
History
Micha Reiser
fe7d965334
Reduce `Result<Tok, LexicalError>` size by using `Box<str>` instead of `String` (
#9885
)
2024-02-08 20:36:22 +00:00
..
resources
[`pycodestyle`] Add blank line(s) rules (`E301`, `E302`, `E303`, `E304`, `E305`, `E306`) (
#9266
)
2024-02-08 18:35:08 +00:00
src
Reduce `Result<Tok, LexicalError>` size by using `Box<str>` instead of `String` (
#9885
)
2024-02-08 20:36:22 +00:00
Cargo.toml
Bump version to v0.2.1 (
#9843
)
2024-02-05 15:31:05 -05:00
__init__.py
[`pylint`] (Re-)Implement `import-private-name` (`C2701`) (
#9553
)
2024-01-16 14:03:11 -05:00