mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-27 02:16:32 +00:00
Add external option to unused-noqa documentation (#8171)
This commit is contained in:
parent
80473c3f5c
commit
2d0769e324
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue