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()
|
/// foo.bar()
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
|
/// ## Options
|
||||||
|
/// - `external`
|
||||||
|
///
|
||||||
/// ## References
|
/// ## References
|
||||||
/// - [Ruff error suppression](https://docs.astral.sh/ruff/linter/#error-suppression)
|
/// - [Ruff error suppression](https://docs.astral.sh/ruff/linter/#error-suppression)
|
||||||
#[violation]
|
#[violation]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue