Skip to content

Commit 8d529de

Browse files
committed
Enable flake8-boolean-trap rules in ruff
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
1 parent 66261b0 commit 8d529de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ select = [
2929
"UP", # pyupgrade
3030
"S", # flake8-bandit
3131
"BLE", # flake8-blind-except
32+
"FBT", # flake8-boolean-trap
3233
]
3334
ignore = [
3435
"E501", # Line too long

0 commit comments

Comments
 (0)