astral-sh/ruff

Missing config option for `extend_external`

Open

#11,921 opened on Jun 18, 2024

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (2,088 forks)batch import
configurationhelp wanted

Repository metrics

Stars
 (47,527 stars)
PR merge metrics
 (Avg merge 5d 4h) (463 merged PRs in 30d)

Description

I have two configs, base.toml that is shared for multiple projects, and my in-project pyproject.toml that extends the one above.

It would be nice if the external could also be extended, much like select and ignore.

Contributor guide