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.
1 parent ef72fd7 commit 5053d2cCopy full SHA for 5053d2c
crates/ruff_linter/src/rules/flake8_bugbear/rules/mutable_contextvar_default.rs
@@ -51,7 +51,7 @@ use crate::checkers::ast::Checker;
51
/// - `lint.flake8-bugbear.extend-immutable-calls`
52
///
53
/// ## References
54
-/// - [Python documentation: [`contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
+/// - [Python documentation: `contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
55
#[violation]
56
pub struct MutableContextvarDefault;
57
0 commit comments