mirror of https://github.com/astral-sh/ruff
Add `external` option to `unused-noqa` documentation (#8171)
This commit is contained in:
parent
80473c3f5c
commit
2d0769e324
|
|
@ -35,6 +35,9 @@ pub struct UnusedCodes {
|
|||
/// foo.bar()
|
||||
/// ```
|
||||
///
|
||||
/// ## Options
|
||||
/// - `external`
|
||||
///
|
||||
/// ## References
|
||||
/// - [Ruff error suppression](https://docs.astral.sh/ruff/linter/#error-suppression)
|
||||
#[violation]
|
||||
|
|
|
|||
Loading…
Reference in New Issue