- Handle attribute error in more cases (
469852a
)
- Handle attribute error (
b6b0632
)
- Actually broaden excluded classes from super init enforcement (
533df68
)
- Broaden excluded classes from super init enforcement (
e21baef
)
- Allow no super inits in generics (
e352982
)
- Add motiviation for rule 201 (
b23d25e
)
- Enforce that async tasks are not dropped (
7d83116
)
- Change code from TUTOR to TUT (
b0653f9
)
- Only trigger error in correct catch blocks (
a49de82
) - Only trigger error in correct catch blocks (
16ecb90
)
- Allow asyncio sleep in exception handling (
f3daf2e
)
- Prevent hanging async processes post cancellation (
77b433c
)
- Async allow immediate return (
44d030c
)
- Expections to compact generic rule (
f51a678
)
- Forbid redundant type annotations (
a797e94
)
- Except Enum from 502 as well (
0a725fb
)
- Ignore classvar on TypedDict (
9c510ab
)
- Allow Enum to not be ClassVar annotatted (
c3f7bd0
)
- Exception for Protocol (
83ecb47
)
- Require class var annotations for class variables (
240930f
)
- Dont check multiline string - often no way to noqa (
213a852
)
- Rule against two argument super usage (
b51e323
)
- Allow untyped variables in dataclass if they are typevars (
6c78a8b
)
- Remove OS.path from all repos (
402c677
) - Remove OS.path from all repos (
1beb1f4
) - Remove OS.path from all repos (
4bece8c
) - Remove OS.path from all repos (
1ffa814
)
- Configure max number of possitional arguments (
281129d
)
- Max number of positional arguments in function definition (
ff68636
)
- Instance variables and class variables should not overlap (
1055bde
)
- False f-string detector rule (
7ebe3eb
)
- Frozen dataclasses also require classvar (
04897eb
)
- Prevent expressions in main body (
7d6ea8d
)
- Setup github and workflow (
7626479
)