add G004 to check

pull/22882/head
Asuka Minato 10 months ago
parent 371fe7a700
commit cd690da058

@ -42,6 +42,7 @@ select = [
"S301", # suspicious-pickle-usage, disallow use of `pickle` and its wrappers.
"S302", # suspicious-marshal-usage, disallow use of `marshal` module
"S311", # suspicious-non-cryptographic-random-usage
"G004", # don't use f-strings to format logging messages.
]
ignore = [

Loading…
Cancel
Save