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:
Adrian 2024-02-06 01:37:58 +01:00 committed by GitHub
parent d31d09d7cd
commit 83195a6030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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