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 13:30:49 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b613460fe54dd3eaf748c6fc09115aeee8d9ea5b
ruff
/
crates
/
ruff_python_semantic
/
src
History
Micha Reiser
daadd24bde
Include decorators in
Function
and
Class
definition ranges (
#4467
)
2023-05-22 17:50:42 +02:00
..
analyze
Use
SemanticModel
in lieu of
Checker
in more methods (
#4568
)
2023-05-22 02:58:47 +00:00
binding.rs
Include decorators in
Function
and
Class
definition ranges (
#4467
)
2023-05-22 17:50:42 +02:00
definition.rs
Refactor range from
Attributed
to
Node
s (
#4422
)
2023-05-16 06:36:32 +00:00
lib.rs
Rename ruff_python_semantic's
Context
struct to
SemanticModel
(
#4565
)
2023-05-22 02:35:03 +00:00
model.rs
Rename
Checker::model
to
semantic_model
(
#4573
)
2023-05-22 15:14:30 +02:00
node.rs
Add a
Snapshot
abstraction for deferring and restoring visitor context (
#4353
)
2023-05-10 16:50:47 +00:00
scope.rs
Refactor range from
Attributed
to
Node
s (
#4422
)
2023-05-16 06:36:32 +00:00