We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
% ruff --select=FBT --statistics .
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.
%
ruff --select=FBT --statistics .My sense is that it breaks too much to fix them now but it is an interesting insight.