There was an error while loading. Please reload this page.
% 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.