ruff/crates/ruff_linter
Charlie Marsh 1279c20ee1
Avoid using `typing.Self` in stub files pre-Python 3.11 (#14230)
## Summary

See:
https://github.com/astral-sh/ruff/pull/14217#discussion_r1835340869.

This means we're recommending `typing_extensions` in non-stubs pre-3.11,
which may not be a valid project dependency, but that's a separate issue
(https://github.com/astral-sh/ruff/issues/9761).
2024-11-09 13:17:36 -05:00
..
resources Fix `await-outside-async` to allow `await` at the top-level scope of a notebook (#14225) 2024-11-09 12:44:48 -05:00
src Avoid using `typing.Self` in stub files pre-Python 3.11 (#14230) 2024-11-09 13:17:36 -05:00
Cargo.toml Bump version to 0.7.3 (#14197) 2024-11-08 16:39:37 +05:30
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00