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-23 14:30:53 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
56f935640a69e7c3c0bef3bbcb93e88240384d9f
ruff
/
src
/
python
History
Jonathan Plasse
ec8b827d26
Add known-standard-library for each Python version (
#2491
)
2023-02-02 16:22:47 -05:00
..
builtins.rs
Add aiter() and anext() to BUILTINS (
#1118
)
2022-12-07 09:20:06 -05:00
future.rs
Implement F407 (
#158
)
2022-09-11 18:05:28 -04:00
identifiers.rs
Don't flag B009/B010 if identifiers would be mangled (
#2204
)
2023-01-26 12:56:18 -05:00
keyword.rs
Implement B009 (
#669
)
2022-11-10 13:52:20 -05:00
mod.rs
Implement U013: Unnecessary TypedDict syntactic form (
#716
)
2022-11-18 12:10:47 -05:00
string.rs
Add autofix for F504 and F522 (
#1184
)
2022-12-10 16:33:09 -05:00
sys.rs
Add known-standard-library for each Python version (
#2491
)
2023-02-02 16:22:47 -05:00
typing.rs
Fix typo in typing_extensions (
#2298
)
2023-01-28 10:03:54 -05:00