Change hardcoded-tmp-directory-extend example to follow the schema (#11275)

## Summary
Change `hardcoded-tmp-directory-extend` example to follow the schema:

1e91a09918/ruff.schema.json (L896-L901)
<!-- What's the purpose of the change? What does it do, and why? -->
This commit is contained in:
Carlos Cabral 2024-05-03 22:44:38 -03:00 committed by GitHub
parent 1e91a09918
commit 5f0c189fa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1024,7 +1024,7 @@ pub struct Flake8BanditOptions {
#[option( #[option(
default = "[]", default = "[]",
value_type = "list[str]", value_type = "list[str]",
example = "extend-hardcoded-tmp-directory = [\"/foo/bar\"]" example = "hardcoded-tmp-directory-extend = [\"/foo/bar\"]"
)] )]
pub hardcoded_tmp_directory_extend: Option<Vec<String>>, pub hardcoded_tmp_directory_extend: Option<Vec<String>>,