mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:23 +00:00
[flake8-bandit
] Typo in docs suspicious-pickle-import
(S403
) (#14175)
This commit is contained in:
parent
57ba25caaf
commit
794eb886e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue