mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
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:
parent
1e91a09918
commit
5f0c189fa1
1 changed files with 1 additions and 1 deletions
|
@ -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>>,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue