mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Fix typo in allow-unused-imports
documentation (#13669)
This commit is contained in:
parent
71b52b83e4
commit
42fcbef876
2 changed files with 3 additions and 3 deletions
|
@ -796,7 +796,7 @@ pub struct LintCommonOptions {
|
|||
)]
|
||||
pub typing_modules: Option<Vec<String>>,
|
||||
|
||||
/// A list of modules which is allowed even thought they are not used
|
||||
/// A list of modules which is allowed even though they are not used
|
||||
/// in the code.
|
||||
///
|
||||
/// This is useful when a module has a side effect when imported.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue