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
d62183b07d84d81eb9eac06c71fe3a97affe8e63
ruff
/
crates
/
ruff_python_semantic
/
src
/
analyze
History
Charlie Marsh
626d8dc2cc
Use
.as_ref()
in lieu of
&**
(
#5874
)
...
I find this less opaque (and often more succinct).
2023-07-19 00:49:13 +00:00
..
branch_detection.rs
Refactor
StmtIf
: Formatter and Linter (
#5459
)
2023-07-18 13:40:15 +02:00
function_type.rs
Remove some additional manual iterator matches (
#5482
)
2023-07-03 16:29:59 +00:00
logging.rs
Format let-else with rustfmt nightly (
#5461
)
2023-07-03 02:13:35 +00:00
mod.rs
Extract shared simple AST node inference utility (
#4871
)
2023-06-05 18:23:37 +00:00
type_inference.rs
Use
.as_ref()
in lieu of
&**
(
#5874
)
2023-07-19 00:49:13 +00:00
typing.rs
Move
Literal
flag detection into recurse phase (
#5768
)
2023-07-15 02:04:15 +00:00
visibility.rs
Use
matches!
for
CallPath
comparisons (
#5099
)
2023-06-14 17:06:34 -04:00