Skip to content

Commit

Permalink
Select more rules for typeshed in the ecosystem checks (#10564)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Mar 25, 2024
1 parent 9512bd6 commit 59ac3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ruff-ecosystem/ruff_ecosystem/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
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")),
Expand Down

0 comments on commit 59ac3f4

Please sign in to comment.