% ruff --select=FBT --statistics .
93 FBT003 Boolean positional value in function call
12 FBT002 Boolean default value in function definition
My sense is that it breaks too much to fix them now but it is an interesting insight.
Reactions are currently unavailable
% ruff --select=FBT --statistics .
My sense is that it breaks too much to fix them now but it is an interesting insight.