mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Select more rules for typeshed in the ecosystem checks (#10564)
This commit is contained in:
parent
9512bd66b5
commit
59ac3f48c8
1 changed files with 1 additions and 1 deletions
|
@ -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")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue