Nikita Sobolev
|
63ba0bfeef
|
Adds flake8-builtins (#284)
|
2022-09-29 16:37:43 -04:00 |
|
Harutaka Kawamura
|
dce86e065b
|
Make unused variable pattern configurable (#265)
|
2022-09-24 10:43:39 -04:00 |
|
Charlie Marsh
|
36fcfad56a
|
Remove empty comment
|
2022-09-21 13:44:49 -04:00 |
|
Charlie Marsh
|
65d29d9734
|
Adjust line numbers when reporting rules in f-strings (#244)
|
2022-09-21 13:42:58 -04:00 |
|
Charlie Marsh
|
d827e6e36a
|
Implement F405 (#243)
|
2022-09-21 12:13:40 -04:00 |
|
Harutaka Kawamura
|
71d9b2ac5f
|
Implement F402 (#221)
|
2022-09-21 11:12:55 -04:00 |
|
Charlie Marsh
|
afe7a04211
|
Ignore F841 violations when locals() is in scope (#226)
|
2022-09-19 20:13:55 -06:00 |
|
Charlie Marsh
|
71520213c1
|
Allow __path__ in __init__.py (#201)
|
2022-09-15 09:44:03 -04:00 |
|
Charlie Marsh
|
592c53c8bf
|
Use binding location when reporting F821 errors (#200)
|
2022-09-14 22:51:07 -04:00 |
|
Charlie Marsh
|
c0cb73ab16
|
Implement E721 (#193)
|
2022-09-14 21:10:29 -04:00 |
|
Charlie Marsh
|
2e1eb84cbf
|
Implement F632 (#190)
|
2022-09-14 18:22:35 -04:00 |
|
Charlie Marsh
|
b03a8728b5
|
Add support for from __future__ import annotations (#189)
|
2022-09-14 18:22:19 -04:00 |
|
Dmitry Dygalo
|
b7e2a4b9a9
|
feat: Implement InvalidPrintSyntax (F633) (#182)
|
2022-09-13 21:10:20 -04:00 |
|
Dmitry Dygalo
|
53a7758248
|
Avoid some allocations (#179)
|
2022-09-13 10:07:22 -04:00 |
|
Dmitry Dygalo
|
2ba767957d
|
refactor: Use while let Some instead of calling is_empty (#180)
|
2022-09-13 10:06:49 -04:00 |
|
Charlie Marsh
|
90f9e60517
|
Implement F722 (#175)
|
2022-09-12 21:34:27 -04:00 |
|
Charlie Marsh
|
dfba1416b2
|
Implement F406 (#172)
|
2022-09-12 16:47:30 -04:00 |
|
Charlie Marsh
|
40c1e7e005
|
Implement F701 and F702 (#169)
|
2022-09-12 11:16:08 -04:00 |
|
Harutaka Kawamura
|
9414090617
|
Implement E722 (#166)
|
2022-09-12 09:04:39 -04:00 |
|
Charlie Marsh
|
43e1f20b28
|
Allow unused assignments in for loops and unpacking (#163)
|
2022-09-11 21:53:45 -04:00 |
|
Harutaka Kawamura
|
97388cefda
|
Implement E743 (#162)
|
2022-09-11 21:27:33 -04:00 |
|
Harutaka Kawamura
|
63ce579989
|
Implement E742 (#160)
|
2022-09-11 20:27:48 -04:00 |
|
Charlie Marsh
|
02ab52b3e2
|
Implement F407 (#158)
|
2022-09-11 18:05:28 -04:00 |
|
Charlie Marsh
|
549732b1da
|
Implement F404 (#159)
|
2022-09-11 18:05:00 -04:00 |
|
Harutaka Kawamura
|
c4565fe0f5
|
Implement E741 (#137)
|
2022-09-11 12:30:28 -04:00 |
|
Charlie Marsh
|
62e6feadc7
|
Handle accesses within inner functions (#156)
|
2022-09-11 10:44:27 -04:00 |
|
Charlie Marsh
|
2371de3895
|
Make late imports more permissive (#155)
|
2022-09-11 10:44:06 -04:00 |
|
Charlie Marsh
|
e3c8f61340
|
Ignore deletes in conditional branches (#154)
|
2022-09-11 10:28:07 -04:00 |
|
Charlie Marsh
|
dfd8a4158d
|
Parse function annotations within the ClassDef scope (#144)
|
2022-09-10 15:20:39 -04:00 |
|
Charlie Marsh
|
c247730bf5
|
Avoid treating keys as annotations in TypedDict
|
2022-09-10 15:19:11 -04:00 |
|
Charlie Marsh
|
024472d578
|
Implement F621 and F622 (#143)
|
2022-09-10 15:04:33 -04:00 |
|
Charlie Marsh
|
7d69a153e8
|
Support remaining typing module members (#141)
|
2022-09-10 14:51:43 -04:00 |
|
Charlie Marsh
|
6a24351202
|
Add support for TypedDict
|
2022-09-10 13:03:29 -04:00 |
|
Charlie Marsh
|
11234ea555
|
Add await to YieldOutsideFunction
|
2022-09-08 22:54:11 -04:00 |
|
Charlie Marsh
|
b536159541
|
Pull check logic out of check_ast.rs (#135)
|
2022-09-08 22:46:42 -04:00 |
|
Charlie Marsh
|
f1acd28f08
|
Skip slice error for invalid TypeVar calls
|
2022-09-08 11:40:55 -04:00 |
|
Charlie Marsh
|
c61ff9a947
|
Adjust location when parsing deferred type annotations (#133)
|
2022-09-08 11:37:19 -04:00 |
|
Charlie Marsh
|
2c64cf3149
|
Add support for Literal, Type, and TypeVar (#131)
|
2022-09-08 11:07:45 -04:00 |
|
Charlie Marsh
|
fc5f34c76f
|
Use scope-tracking logic for parents (#130)
|
2022-09-08 09:14:58 -04:00 |
|
Charlie Marsh
|
a8f4faa6e4
|
Fix crash on missing parent
|
2022-09-07 22:40:25 -04:00 |
|
Charlie Marsh
|
fad4e4c51d
|
Defer checking of function bodies (#125)
|
2022-09-07 22:34:43 -04:00 |
|
Charlie Marsh
|
5deb63a05f
|
Implement F601 and F602 (#122)
|
2022-09-07 12:57:50 -04:00 |
|
Colin J. Fuller
|
74ecdc73ac
|
Handle E731 in type-annotated assignment (#116)
|
2022-09-06 20:18:46 -04:00 |
|
Charlie Marsh
|
27025055ee
|
Implement E713 and E714 (#111)
|
2022-09-06 10:23:20 -04:00 |
|
Charlie Marsh
|
e306fe0765
|
Implement E711 and E712 (#110)
|
2022-09-06 10:14:36 -04:00 |
|
Harutaka Kawamura
|
5ffb9c08d5
|
Implement E731 (#109)
|
2022-09-06 09:48:51 -04:00 |
|
Charlie Marsh
|
198e5cf27f
|
Implement R002 (NoAssertEquals) (#98)
|
2022-09-05 12:27:47 -04:00 |
|
Charlie Marsh
|
f902d25dc7
|
Implement ESLint-style fix for R0205 (#97)
|
2022-09-05 12:16:06 -04:00 |
|
Charlie Marsh
|
3cf9e3b201
|
Implement E402 (ModuleImportNotAtTopOfFile) (#102)
|
2022-09-04 16:20:36 -04:00 |
|
Harutaka Kawamura
|
b86414dc7a
|
Implement F707 (DefaultExceptNotLast) (#101)
|
2022-09-04 11:55:06 -04:00 |
|