ruff/crates/ruff_python_ast
Charlie Marsh 83fe103d6e
Allow generic tuple and list calls in __all__ (#6247)
## Summary

Allows, e.g., `__all__ = list[str]()`.

Closes https://github.com/astral-sh/ruff/issues/6226.
2023-08-01 12:01:48 -04:00
..
src Allow generic tuple and list calls in __all__ (#6247) 2023-08-01 12:01:48 -04:00
tests Remove unused parser modes 2023-08-01 13:10:07 +02:00
Cargo.toml Add static assertions to nodes (#6228) 2023-08-01 11:54:49 +02:00