ruff/crates/ruff_linter/src/rules/flake8_bugbear
Charlie Marsh 1435b0f022
Remove `discard`, `remove`, and `pop` allowance for `loop-iterator-mutation` (#12365)
## Summary

Pretty sure this should still be an error, but also, I think I added
this because of ecosystem CI? So want to see what pops up.

Closes https://github.com/astral-sh/ruff/issues/12164.
2024-07-17 17:42:14 +00:00
..
rules Remove `discard`, `remove`, and `pop` allowance for `loop-iterator-mutation` (#12365) 2024-07-17 17:42:14 +00:00
snapshots Remove `discard`, `remove`, and `pop` allowance for `loop-iterator-mutation` (#12365) 2024-07-17 17:42:14 +00:00
helpers.rs Avoid `B015`,`B018` for last expression in a cell (#8815) 2023-11-22 15:33:23 +00:00
mod.rs [`flake8-bugbear`] Implement mutable-contextvar-default (B039) (#12113) 2024-07-01 01:55:49 +00:00
settings.rs `ruff server` now supports the `source.organizeImports` source action (#10652) 2024-04-04 22:20:50 +00:00