This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fe19d2de213f6b4ff67f9584df60c7494d7f4b1c
ruff
/
crates
/
ty_python_semantic
/
resources
/
mdtest
/
import
History
Alex Waygood
0c6d652b5f
[ty] Switch the error code from
unresolved-attribute
to
possibly-missing-attribute
for submodules that may not be available (
#21618
)
2025-11-24 19:15:45 +00:00
..
basic.md
…
builtins.md
…
case_sensitive.md
…
conditional.md
…
conflicts.md
…
conventions.md
…
cyclic.md
…
dunder_all.md
…
errors.md
[ty] Fix bug where ty would think all types had an
__mro__
attribute (
#20995
)
2025-10-27 11:19:12 +00:00
invalid_syntax.md
Consistently wrap tokens in parser diagnostics in
backticks
instead of 'quotes' (
#21163
)
2025-10-31 11:59:11 -04:00
legacy_namespace.md
[ty] add legacy namespace package support (
#20897
)
2025-10-17 03:16:37 +00:00
module_getattr.md
[ty] prefer submodule over module __getattr__ in from-imports (
#21260
)
2025-11-03 15:24:01 -05:00
namespace.md
…
nonstandard_conventions.md
[ty] Switch the error code from
unresolved-attribute
to
possibly-missing-attribute
for submodules that may not be available (
#21618
)
2025-11-24 19:15:45 +00:00
partial_stub_packages.md
…
relative.md
[ty] Switch the error code from
unresolved-attribute
to
possibly-missing-attribute
for submodules that may not be available (
#21618
)
2025-11-24 19:15:45 +00:00
site_packages_discovery.md
…
star.md
[syntax-errors] Alternative
match
patterns bind different names (
#20682
)
2025-10-17 21:35:48 +00:00
stub_packages.md
…
stubs.md
…
tracking.md
…