mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Select more rules for typeshed in the ecosystem checks (#10564)
This commit is contained in:
@@ -63,7 +63,7 @@ DEFAULT_TARGETS = [
|
||||
name="typeshed",
|
||||
ref="main",
|
||||
),
|
||||
check_options=CheckOptions(select="PYI"),
|
||||
check_options=CheckOptions(select="E,F,FA,I,PYI,RUF,UP,W"),
|
||||
),
|
||||
Project(repo=Repository(owner="python-poetry", name="poetry", ref="master")),
|
||||
Project(repo=Repository(owner="reflex-dev", name="reflex", ref="main")),
|
||||
|
||||
Reference in New Issue
Block a user