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
dcff515ad8ef3ef4be9730c99dc48b470aac9601
ruff
/
crates
/
ruff_python_semantic
/
src
History
Tyler Yep
01b372a75c
Implement
flake8-future-annotations
FA100 (
#3979
)
2023-05-14 03:00:06 +00:00
..
analyze
Implement
flake8-future-annotations
FA100 (
#3979
)
2023-05-14 03:00:06 +00:00
binding.rs
Re-integrate RustPython parser repository (
#4359
)
2023-05-11 07:47:17 +00:00
context.rs
Use
bitflags
for tracking
Context
flags (
#4381
)
2023-05-12 16:07:26 +00:00
definition.rs
Respect
__all__
imports when determining definition visibility (
#4357
)
2023-05-11 17:43:51 +00:00
lib.rs
Delay computation of
Definition
visibility (
#4339
)
2023-05-11 17:14:29 +00:00
node.rs
Add a
Snapshot
abstraction for deferring and restoring visitor context (
#4353
)
2023-05-10 16:50:47 +00:00
scope.rs
Re-order some code in scope.rs (
#4255
)
2023-05-06 16:36:20 +00:00