We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3872d57 commit ff26a21Copy full SHA for ff26a21
1 file changed
crates/ruff/tests/lint.rs
@@ -5175,8 +5175,8 @@ fn a005_module_shadowing_non_strict() -> Result<()> {
5175
}
5176
5177
/// Test A005 with `strict-checking` unset
5178
-/// TODO(brent) This should currently match the strict version, but after the next minor
5179
-/// release it will match the non-strict version directly above
+///
+/// This should match the non-strict version directly above
5180
#[test]
5181
fn a005_module_shadowing_strict_default() -> Result<()> {
5182
let tempdir = TempDir::new()?;
0 commit comments