Remove deprecated macOS config file discovery by CodeMan62 · Pull Request #19210 · astral-sh/ruff (original) (raw)
ntBre changed the base branch from main to brent/0.13.0
ntBre changed the title
refactor(ruff_workspace): remove macOS deprecation warning Remove deprecated macOS config file discovery
ntBre marked this pull request as ready for review
ntBre mentioned this pull request
2 tasks
ntBre pushed a commit that referenced this pull request
Summary
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. So this PR removes the warning closes #19145
Test Plan
Ran cargo test
ntBre pushed a commit that referenced this pull request
Summary
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. So this PR removes the warning closes #19145
Test Plan
Ran cargo test
ntBre pushed a commit that referenced this pull request
Summary
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. So this PR removes the warning closes #19145
Test Plan
Ran cargo test
ntBre pushed a commit that referenced this pull request
Summary
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. So this PR removes the warning closes #19145
Test Plan
Ran cargo test
dcreager added a commit that referenced this pull request
- main: (26 commits)
Ignore deprecated rules unless selected by exact code (#20167)
Stabilize adding future import via config option (#20277)
[
flake8-errmsg] Stabilize extendingraw-string-in-exception(EM101) to support byte strings (#20273) Stabilize the remaining Airflow rules (#20250) [flake8-bugbear] Stabilize support for non-context-manager calls inassert-raises-exception(B017) (#20274) [flake8-commas] Stabilize support for trailing comma checks in type parameter lists (COM812,COM819) (#20275) [pygrep_hooks] Stabilize usingAsyncMockmethods ininvalid-mock-access(PGH005) (#20272) Stabilize new strategy for classifying imports as first party (#20268) [pylint] Stabilize ignoring__init__.pyforuseless-import-alias(PLC0414) (#20271) [pylint] Stabilize adding U+061C tobidirectional-unicode(PLE2502) (#20276) [flake8-simplify] Stabilize fix safety ofmultiple-with-statements(SIM117) (#20270) Stabilizepytest-raises-ambiguous-pattern(RUF043) (#20253) Stabilizef-string-number-format(FURB116) (#20247) [pyupgrade] Removenon-pep604-isinstance(UP038) (#19156) [pandas-vet] Removepandas-df-variable-name(PD901) (#19223) Remove deprecated macOS config file discovery (#19210) Stabilizeredundant-none-literal(PYI061) (#20236) Stabilizegeneric-not-last-base-class(PYI059) (#20246) Stabilizeuseless-class-metaclass-type(UP050) (#20230) Stabilizeos-symlink(PTH211) (#20229) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})