We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
% 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.
The text was updated successfully, but these errors were encountered:
The main problem here is that DBUtils does not support keyword-only parameters for the constructors of its classes.
This should be changed, but probably only in the next major version since this would break backward compatibility.
Sorry, something went wrong.
No branches or pull requests
%
ruff --select=FBT --statistics .
My sense is that it breaks too much to fix them now but it is an interesting insight.
The text was updated successfully, but these errors were encountered: