Charlie Marsh
|
2414469ac3
|
Enable automatic rewrites of `typing.Deque` and `typing.DefaultDict` (#4420)
|
2023-05-15 22:33:24 +00:00 |
Tyler Yep
|
01b372a75c
|
Implement `flake8-future-annotations` FA100 (#3979)
|
2023-05-14 03:00:06 +00:00 |
Charlie Marsh
|
7e3ba7f32a
|
Use `bitflags` for tracking `Context` flags (#4381)
|
2023-05-12 16:07:26 +00:00 |
Charlie Marsh
|
9158f13ee6
|
Respect `__all__` imports when determining definition visibility (#4357)
|
2023-05-11 17:43:51 +00:00 |
Charlie Marsh
|
72e0ffc1ac
|
Delay computation of `Definition` visibility (#4339)
|
2023-05-11 17:14:29 +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 |
Charlie Marsh
|
f4f88308ae
|
Remove `Copy` and destructure `Snapshot` (#4358)
|
2023-05-10 19:46:18 +00:00 |
Charlie Marsh
|
ea3d3a655d
|
Add a `Snapshot` abstraction for deferring and restoring visitor context (#4353)
|
2023-05-10 16:50:47 +00:00 |
Charlie Marsh
|
6d6d7abf70
|
Use short-import for `HashMap` (#4351)
|
2023-05-10 15:46:55 +00:00 |
Charlie Marsh
|
7b91a162c6
|
Remove `current_` prefix from some Context methods (#4325)
|
2023-05-09 19:40:12 +00:00 |
Charlie Marsh
|
d365dab904
|
Include static and class methods in in abstract decorator list (#4298)
|
2023-05-08 21:54:02 -04:00 |
Charlie Marsh
|
539af34f58
|
Add a utility method to detect top-level state (#4259)
|
2023-05-06 20:24:27 +00:00 |
Charlie Marsh
|
983bb31577
|
Remove `RefEquality` usages from `Context` (#4257)
|
2023-05-06 15:55:14 -04:00 |
Charlie Marsh
|
cd27b39aff
|
Re-order some code in scope.rs (#4255)
|
2023-05-06 16:36:20 +00:00 |
Charlie Marsh
|
a9fc648faf
|
Use `NodeId` for `Binding` source (#4234)
|
2023-05-06 16:20:08 +00:00 |
Charlie Marsh
|
c1f0661225
|
Replace `parents` statement stack with a `Nodes` abstraction (#4233)
|
2023-05-06 16:12:41 +00:00 |
Dhruv Manilawala
|
2c91412321
|
Consider Flask app logger as logger candidate (#4253)
|
2023-05-06 11:31:10 -04:00 |
Charlie Marsh
|
64b7280eb8
|
Respect parent-scoping rules for `NamedExpr` assignments (#4145)
|
2023-04-29 22:45:30 +00:00 |
Charlie Marsh
|
2115d99c43
|
Remove `ScopeStack` in favor of child-parent `ScopeId` pointers (#4138)
|
2023-04-29 18:23:51 -04:00 |
Moritz Sauter
|
ee6d8f7467
|
Add bugbear immutable functions as allowed in dataclasses (#4122)
|
2023-04-27 21:23:06 -04:00 |
Micha Reiser
|
cab65b25da
|
Replace row/column based `Location` with byte-offsets. (#3931)
|
2023-04-26 18:11:02 +00:00 |
Jonathan Plasse
|
5e91211e6d
|
Add `in_boolean_test` to `Context` (#4072)
|
2023-04-23 23:18:23 -06:00 |
Micha Reiser
|
ba4f4f4672
|
Upgrade dependencies (#4064)
|
2023-04-22 18:04:01 +01:00 |
Dhruv Manilawala
|
ba98149022
|
Avoid `RUF008` if field annotation is immutable (#4039)
|
2023-04-20 16:02:12 -04:00 |
Charlie Marsh
|
10d5415bcb
|
Ignore certain flake8-pyi errors within function bodies (#4029)
|
2023-04-19 15:10:29 -04:00 |
Charlie Marsh
|
7fa1da20fb
|
Support relative imports in `banned-api` enforcement (#4025)
|
2023-04-19 14:30:13 -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 |