astral-sh/ruff

Missing config option for `extend_external`

Open

#11,921 opened on Jun 18, 2024

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

Repository metrics

Stars
 (47,527 stars)
PR merge metrics
 (PR metrics pending)

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