ruff/crates/ruff_python_semantic/src/analyze
Steve C 7ef7e0ddb6
[tryceratops] Add fix for error-instead-of-exception (TRY400) (#9520)
## Summary

add autofix for `error-instead-of-exception` (`TRY400`)

## Test Plan

`cargo test`
2024-01-16 03:00:04 +00:00
..
class.rs Respect __str__ definitions from super classes (#9338) 2023-12-31 22:25:08 +00:00
function_type.rs Support local and dynamic class- and static-method decorators (#8592) 2023-11-10 02:04:25 +00:00
imports.rs Allow matplotlib.use calls to intersperse imports (#9094) 2023-12-11 17:06:25 +00:00
logging.rs [tryceratops] Add fix for error-instead-of-exception (TRY400) (#9520) 2024-01-16 03:00:04 +00:00
mod.rs Respect mixed return and raise cases in return-type analysis (#9310) 2023-12-29 16:46:37 +00:00
terminal.rs Handle raises with implicit alternate branches (#9377) 2024-01-02 22:59:12 -05:00
type_inference.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00
typing.rs [flake8-simplify] Implement enumerate-for-loop (SIM113) (#7777) 2024-01-14 11:00:59 -05:00
visibility.rs [pylint] Implement too-many-public-methods rule (PLR0904) (#6179) 2023-09-14 00:52:26 +00:00