mirror of https://github.com/astral-sh/ruff
[`flake8-bandit`] Typo in docs `suspicious-pickle-import` (`S403`) (#14175)
This commit is contained in:
parent
57ba25caaf
commit
794eb886e4
|
|
@ -63,7 +63,7 @@ impl Violation for SuspiciousFtplibImport {
|
|||
/// ```python
|
||||
/// import pickle
|
||||
/// ```
|
||||
/// /// ## References
|
||||
/// ## References
|
||||
/// - [Python Docs](https://docs.python.org/3/library/pickle.html)
|
||||
#[violation]
|
||||
pub struct SuspiciousPickleImport;
|
||||
|
|
|
|||
Loading…
Reference in New Issue