Select more rules for typeshed in the ecosystem checks (#10564)

This commit is contained in:
Alex Waygood 2024-03-25 14:04:11 +00:00 committed by GitHub
parent 9512bd66b5
commit 59ac3f48c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")),