mirror of https://github.com/astral-sh/ruff
Note preview mode requirement
This commit is contained in:
parent
26ff061676
commit
93c7d68100
|
|
@ -343,6 +343,8 @@ The full inline comment specification is as follows:
|
||||||
|
|
||||||
#### Range suppressions
|
#### Range suppressions
|
||||||
|
|
||||||
|
*Range suppressions are currently only available in [preview mode](preview.md#preview).*
|
||||||
|
|
||||||
To ignore one or more violations within a range or block of code, a "disable" comment
|
To ignore one or more violations within a range or block of code, a "disable" comment
|
||||||
followed by a matching "enable" comment can be used, like so:
|
followed by a matching "enable" comment can be used, like so:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue