Skip to content

Commit

Permalink
Fix ecosystem check for indico
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Feb 29, 2024
1 parent 0293908 commit 2efd128
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions python/ruff-ecosystem/ruff_ecosystem/defaults.py
Expand Up @@ -55,11 +55,6 @@
Project(repo=Repository(owner="pypa", name="pip", ref="main")),
Project(
repo=Repository(owner="pypa", name="setuptools", ref="main"),
# Since `setuptools` opts into the "preserve" quote style which
# require preview mode, we must disable it during the `--no-preview` run
config_overrides=ConfigOverrides(
when_no_preview={"format.quote-style": "double"}
),
),
Project(repo=Repository(owner="python", name="mypy", ref="master")),
Project(
Expand Down Expand Up @@ -99,6 +94,7 @@
),
Project(
repo=Repository(owner="indico", name="indico", ref="master"),
config_overrides={"lint.extend-ignore": ["S401"]},
),
# Jupyter Notebooks
Project(
Expand Down

0 comments on commit 2efd128

Please sign in to comment.