Skip to content

Commit

Permalink
Fix hardcoded_tmp_directory_extend example
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 5, 2023
1 parent 0607199 commit e26fe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8_bandit/settings.rs
Expand Up @@ -29,7 +29,7 @@ pub struct Options {
#[option(
default = "[]",
value_type = "Vec<String>",
example = "extend_hardcoded_tmp_directory = [\"/foo/bar\"]"
example = "hardcoded_tmp_directory_extend = [\"/foo/bar\"]"
)]
/// List of directories that are considered temporary.
/// These directories are added to the list in
Expand Down

0 comments on commit e26fe01

Please sign in to comment.