mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:41: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
|
/// ```python
|
||||||
/// import pickle
|
/// import pickle
|
||||||
/// ```
|
/// ```
|
||||||
/// /// ## References
|
/// ## References
|
||||||
/// - [Python Docs](https://docs.python.org/3/library/pickle.html)
|
/// - [Python Docs](https://docs.python.org/3/library/pickle.html)
|
||||||
#[violation]
|
#[violation]
|
||||||
pub struct SuspiciousPickleImport;
|
pub struct SuspiciousPickleImport;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue