ruff/crates/ruff_workspace/src
Charlie Marsh 6ed2482e27
Add Python 3.13 to list of allowed Python versions (#11411)
## Summary

I believe we're already "Python 3.13-ready"? The main Ruff-impacting
change I see in https://docs.python.org/3.13/whatsnew/3.13.html is [PEP
696](https://peps.python.org/pep-0696/) which Jelle added in
https://github.com/astral-sh/ruff/pull/11120.
2024-05-13 16:35:41 +00:00
..
configuration.rs Add Python 3.13 to list of allowed Python versions (#11411) 2024-05-13 16:35:41 +00:00
lib.rs Add most formatter options to ruff.toml / pyproject.toml (#7566) 2023-09-22 15:47:57 +00:00
options.rs Add globbing to isort sections docs (#11311) 2024-05-06 18:12:29 +00:00
options_base.rs Add deprecation message for top-level lint settings (#9582) 2024-02-01 13:35:02 -06:00
pyproject.rs [pycodestyle] Implement redundant-backslash (E502) (#10292) 2024-03-11 21:15:06 -04:00
resolver.rs Avoid parsing the root configuration twice (#10625) 2024-05-01 09:28:30 +00:00
settings.rs Remove build from the default exclusion list (#10093) 2024-02-28 16:30:38 +00:00