From 59ac3f48c8f4c3138cd0552ed17160b5bfb728b0 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 25 Mar 2024 14:04:11 +0000 Subject: [PATCH] Select more rules for typeshed in the ecosystem checks (#10564) --- python/ruff-ecosystem/ruff_ecosystem/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index ea6ae33e08..bf096046fb 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -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")),