We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flake8-bandit
suspicious-pickle-import
S403
1 parent 57ba25c commit 794eb88Copy full SHA for 794eb88
crates/ruff_linter/src/rules/flake8_bandit/rules/suspicious_imports.rs
@@ -63,7 +63,7 @@ impl Violation for SuspiciousFtplibImport {
63
/// ```python
64
/// import pickle
65
/// ```
66
-/// /// ## References
+/// ## References
67
/// - [Python Docs](https://docs.python.org/3/library/pickle.html)
68
#[violation]
69
pub struct SuspiciousPickleImport;
0 commit comments