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
flake8 now warns when surrounding a substring by quotes:
"is manually surrounded by quotes, consider using the !r conversion flag"
!r
We need to decide whether to permanently enable or disable that feature.
The text was updated successfully, but these errors were encountered:
Disable B907 until a decision is formally taken
c93b311
For AdaCore#556
6efa080
cb38a34
No branches or pull requests
flake8 now warns when surrounding a substring by quotes:
"is manually surrounded by quotes, consider using the
!r
conversion flag"We need to decide whether to permanently enable or disable that feature.
The text was updated successfully, but these errors were encountered: