ruff/crates/ruff
Evan Rittenhouse 190bed124f
[perflint] Implement try-except-in-loop (PERF203) (#5166)
## Summary

Implements PERF203 from #4789, which throws if a `try/except` block is
inside of a loop. Not sure if we want to extend the diagnostic to the
`except` as well, but I thought that that may get a little messy. We may
also want to just throw on the word `try` - open to suggestions though.

## Test Plan
`cargo test`
2023-06-26 17:34:37 +00:00
..
resources/test [perflint] Implement try-except-in-loop (PERF203) (#5166) 2023-06-26 17:34:37 +00:00
src [perflint] Implement try-except-in-loop (PERF203) (#5166) 2023-06-26 17:34:37 +00:00
Cargo.toml Experimental release for Jupyter notebook integration (#5363) 2023-06-26 21:22:42 +05:30