Charlie Marsh
bae183b823
Rename semantic_model and model usages to semantic ( #5097 )
...
## Summary
As discussed in Discord, and similar to oxc, we're going to refer to
this as `.semantic()` everywhere.
While I was auditing usages of `model: &SemanticModel`, I also changed
as many function signatures as I could find to consistently take the
model as the _last_ argument, rather than the first.
2023-06-14 15:01:51 -04:00
Charlie Marsh
211d8e170d
Ignore error calls with exc_info in TRY400 ( #4797 )
2023-06-02 04:59:45 +00:00
Charlie Marsh
d70f899f71
Use SemanticModel in lieu of Checker in more methods ( #4568 )
2023-05-22 02:58:47 +00:00
Charlie Marsh
19c4b7bee6
Rename ruff_python_semantic's Context struct to SemanticModel ( #4565 )
2023-05-22 02:35:03 +00:00
Micha Reiser
fa26860296
Refactor range from Attributed to Nodes ( #4422 )
2023-05-16 06:36:32 +00:00
Jeong, YunWon
be6e00ef6e
Re-integrate RustPython parser repository ( #4359 )
...
Co-authored-by: Micha Reiser <micha@reiser.io >
2023-05-11 07:47:17 +00:00
Dhruv Manilawala
2c91412321
Consider Flask app logger as logger candidate ( #4253 )
2023-05-06 11:31:10 -04:00
Dhruv Manilawala
b6155232ac
Consider logger candidate from logging module only ( #3878 )
2023-04-04 19:52:57 +00:00
Charlie Marsh
d919adc13c
Introduce a ruff_python_semantic crate ( #3865 )
2023-04-04 16:50:47 +00:00