-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
configurationRelated to settings and configurationRelated to settings and configuration
Milestone
Description
In #11115 we moved from defaulting to $HOME/Library/Application Support to $XDG_HOME on macOS and added a deprecation warning if we find files in the old location:
ruff/crates/ruff_workspace/src/pyproject.rs
Lines 130 to 135 in 411cccb
| // On macOS, we used to support reading from `/Users/Alice/Library/Application Support`. | |
| if cfg!(target_os = "macos") { | |
| let strategy = etcetera::base_strategy::Apple::new().ok()?; | |
| let deprecated_config_dir = strategy.data_dir().join("ruff"); | |
| for file in [".ruff.toml", "ruff.toml", "pyproject.toml"] { |
This has been deprecated for over a year and since v0.5, so I think we can consider removing it in a future release.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
configurationRelated to settings and configurationRelated to settings and configuration