Skip to content

Commit ff18c75

Browse files
Enforce ruff/refurb rules (FURB)
1 parent 1e44c74 commit ff18c75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extend-select = [
2626

2727
# local
2828
"ANN2", # missing-return-type-*
29+
"FURB", # refurb
2930
"PERF", # Perflint
3031
"PGH", # pygrep-hooks (blanket-* rules)
3132
"PT", # flake8-pytest-style

0 commit comments

Comments
 (0)