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 21:40:51 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4d2ee5bf986c62e47ac5c70a9ce145e4ef8c0138
ruff
/
crates
/
ruff_python_semantic
/
src
/
analyze
History
Charlie Marsh
4d2ee5bf98
Add named expression handling to
find_assigned_value
(
#9109
)
2023-12-12 20:07:33 -05:00
..
function_type.rs
Support local and dynamic class- and static-method decorators (
#8592
)
2023-11-10 02:04:25 +00:00
imports.rs
Allow
matplotlib.use
calls to intersperse imports (
#9094
)
2023-12-11 17:06:25 +00:00
logging.rs
Allow capitalized names for logger candidate heuristic match (
#6356
)
2023-08-04 23:25:34 +00:00
mod.rs
Allow
sys.path
modifications between imports (
#9047
)
2023-12-07 13:35:55 -05:00
type_inference.rs
New AST nodes for f-string elements (
#8835
)
2023-12-07 10:28:05 -06:00
typing.rs
Add named expression handling to
find_assigned_value
(
#9109
)
2023-12-12 20:07:33 -05:00
visibility.rs
[pylint] Implement
too-many-public-methods
rule (PLR0904) (
#6179
)
2023-09-14 00:52:26 +00:00