mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
ruff-ecosystem: Add indico/indico repo (#9850)
It's a pretty big codebase using lots of different stuff, so a good candidate for finding obscure problems. I didn't look more closely which options are used (I have the feeling `--select ALL` is not implied, since I see you adding it via `check_options` for certain entries but not for others), the repo itself has a pretty large ruff.toml - but assuming ecosystem just cares about differences between base and head of a PR, `ALL` most likely makes sense.
This commit is contained in:
parent
d31d09d7cd
commit
83195a6030
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ DEFAULT_TARGETS = [
|
|||
repo=Repository(owner="zulip", name="zulip", ref="main"),
|
||||
check_options=CheckOptions(select="ALL"),
|
||||
),
|
||||
Project(
|
||||
repo=Repository(owner="indico", name="indico", ref="master"),
|
||||
),
|
||||
# Jupyter Notebooks
|
||||
Project(
|
||||
# fork of `huggingface` without syntax errors in notebooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue