Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to allow extending a file available at an HTTPS URL #13245

Closed
lengau opened this issue Sep 4, 2024 · 2 comments
Closed

Option to allow extending a file available at an HTTPS URL #13245

lengau opened this issue Sep 4, 2024 · 2 comments

Comments

@lengau
Copy link
Contributor

lengau commented Sep 4, 2024

The current extend configuration is great for large monorepos where we want to extend configuration from a higher level, but for teams that have multiple separate repos, but still want a unified base configuration, it would be useful to allow extend to extend a remote file (with that file being cached for offline use).

For example:

[tool.ruff]
extend = "https://raw.githubusercontent.com/canonical/starbase/v1/pyproject.toml"

This is similar to Mend Renovate's extends but without the complexity of converting repository descriptions to URLs.

@MichaReiser
Copy link
Member

Thanks for opening this feature request. I'll merge it with #12352.

@MichaReiser MichaReiser closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2024
@lengau
Copy link
Contributor Author

lengau commented Sep 4, 2024

Thanks! I missed that when searching for dupes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants