diff --git a/.ruff.toml b/.ruff.toml index aa08568d..6a57ea7e 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,5 +1,7 @@ [lint] -extend-select = ["B", "I", "UP"] +preview = true +extend-select = ["B", "FURB", "I", "UP"] +extend-ignore = ["FURB101"] [lint.isort] known-third-party = ["tests"]