mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Include argument parentheses in range (#5)
This commit is contained in:
committed by
Charlie Marsh
parent
5054cbe84f
commit
8a415fa61e
@@ -1109,7 +1109,7 @@ def args_to_tuple(*args: *Ts) -> Tuple[*Ts]: ...
|
||||
@my_decorator
|
||||
def test():
|
||||
pass
|
||||
|
||||
|
||||
@class_decorator
|
||||
class Abcd:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user