Anders Kaseorg
|
f80d5e70dd
|
Support extend-select in pyproject.toml (#327)
|
2022-10-04 17:24:30 -04:00 |
|
Charlie Marsh
|
44897b2a5b
|
Enable AST-to-source code generation (#292)
|
2022-10-04 16:27:57 -04:00 |
|
Anders Kaseorg
|
d1bcc919a2
|
Remove unnecessary Option wrapper from some pyproject::Config fields (#326)
|
2022-10-04 16:27:40 -04:00 |
|
Charlie Marsh
|
fdb32330a9
|
Implement __metaclass__ = type removal (#324)
|
2022-10-04 14:31:52 -04:00 |
|
Charlie Marsh
|
4e6ae33a3a
|
Only flag super calls in class-function scopes (#323)
|
2022-10-04 13:55:32 -04:00 |
|
Charlie Marsh
|
295ff8eb1a
|
Add autofix and default status to README (#322)
|
2022-10-04 12:30:35 -04:00 |
|
Charlie Marsh
|
bfae262359
|
Simplify noqa extraction logic (#320)
|
2022-10-04 08:56:14 -04:00 |
|
Charlie Marsh
|
af894f290f
|
Disable plugin-based rules by default (#318)
|
2022-10-04 08:28:46 -04:00 |
|
Charlie Marsh
|
7e4faf4b69
|
Implement flake8-print (#308)
|
2022-10-03 17:19:56 -04:00 |
|
Charlie Marsh
|
0966bf2c66
|
Handle multi-import lines (#307)
|
2022-10-03 15:22:46 -04:00 |
|
Charlie Marsh
|
b049cced04
|
Automatically remove unused imports (#298)
|
2022-10-03 14:08:16 -04:00 |
|
Charlie Marsh
|
bc335f839e
|
Visit lambda arguments prior to deferral (#303)
|
2022-10-02 20:54:02 -04:00 |
|
Charlie Marsh
|
622b8adb79
|
Avoid falling back to A003 when A001 is disabled (#302)
|
2022-10-02 20:43:12 -04:00 |
|
Charlie Marsh
|
558d9fcbe3
|
Enable LibCST-based autofixing for SPR001 (#297)
|
2022-10-02 19:58:13 -04:00 |
|
Charlie Marsh
|
83f18193c2
|
Add an end location to Check (#299)
|
2022-10-02 12:50:42 -04:00 |
|
Charlie Marsh
|
46e6a1b3be
|
Add end locations to all nodes (#296)
|
2022-10-02 12:49:48 -04:00 |
|
Suguru Yamamoto
|
4d0d433af9
|
fix: Make assigns to dunder exception for E402. (#294)
|
2022-10-01 09:43:47 -04:00 |
|
Charlie Marsh
|
417764d309
|
Expose a public 'check' method (#289)
|
2022-09-30 11:30:37 -04:00 |
|
Charlie Marsh
|
75d669fa86
|
Update check ordering
|
2022-09-30 09:14:41 -04:00 |
|
Nikita Sobolev
|
20989e12ba
|
Implement flake8-super check (#291)
|
2022-09-30 09:12:09 -04:00 |
|
Charlie Marsh
|
ca6551eb37
|
Remove misc. unnecessary statements
|
2022-09-29 18:45:10 -04:00 |
|
Nikita Sobolev
|
63ba0bfeef
|
Adds flake8-builtins (#284)
|
2022-09-29 16:37:43 -04:00 |
|
Anders Kaseorg
|
91666fcaf6
|
Don’t follow directory symlinks found while walking (#280)
|
2022-09-29 15:10:25 -04:00 |
|
Charlie Marsh
|
7f84753f3c
|
Improve rendering of --show-settings
|
2022-09-28 22:30:20 -04:00 |
|
Charlie Marsh
|
e2ec62cf33
|
Misc. follow-up changes to #272 (#278)
|
2022-09-28 22:15:58 -04:00 |
|
Charlie Marsh
|
1d5592d937
|
Use take-while to terminate on parse errors (#279)
|
2022-09-28 22:06:35 -04:00 |
|
Anders Kaseorg
|
886def13bd
|
Upgrade to clap 4 (#272)
|
2022-09-28 17:11:57 -04:00 |
|
Seamooo
|
02ae494a0e
|
Enable per-file ignores (#261)
|
2022-09-24 13:02:34 -04:00 |
|
Harutaka Kawamura
|
dce86e065b
|
Make unused variable pattern configurable (#265)
|
2022-09-24 10:43:39 -04:00 |
|
Harutaka Kawamura
|
d77979429c
|
Print warning and error messages in stderr (#267)
|
2022-09-24 09:27:35 -04:00 |
|
Adrian Garcia Badaracco
|
a3a15d2eb2
|
error invalid pyproject.toml configs (#264)
|
2022-09-23 21:16:07 -04:00 |
|
Charlie Marsh
|
5af95428ff
|
Tweak import
|
2022-09-23 18:53:57 -04:00 |
|
Harutaka Kawamura
|
485881877f
|
Include error code and message in JSON output (#259)
|
2022-09-22 20:29:21 -04:00 |
|
Charlie Marsh
|
c0ce0b0c48
|
Enable automatic noqa insertion (#256)
|
2022-09-22 13:59:06 -04:00 |
|
Charlie Marsh
|
e5b16973a9
|
Enable autofix for M001 (#255)
|
2022-09-22 13:21:03 -04:00 |
|
Charlie Marsh
|
de9ceb2fe1
|
Only enforce multi-line noqa directives for strings (#258)
|
2022-09-22 13:09:02 -04:00 |
|
Charlie Marsh
|
38b19b78b7
|
Enable noqa directives on logical lines (#257)
|
2022-09-22 12:56:15 -04:00 |
|
Charlie Marsh
|
7043e15b57
|
Move noqa to a separate module
|
2022-09-22 09:04:54 -04:00 |
|
Charlie Marsh
|
9594079235
|
Add --extend-select and --extend-ignore (#254)
|
2022-09-21 19:56:43 -04:00 |
|
Charlie Marsh
|
732f208e47
|
Add a lint rule to enforce noqa validity (#253)
|
2022-09-21 19:56:38 -04:00 |
|
Charlie Marsh
|
d9e4b0cdc1
|
Implement --show-settings and --show-files (#246)
|
2022-09-21 15:08:50 -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
|
2bdc500c61
|
Re-run cargo insta
|
2022-09-21 12:24:46 -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 |
|
Anders Kaseorg
|
401b53cc45
|
Handle filesystem errors more consistently (#240)
|
2022-09-20 23:22:01 -04:00 |
|
Anders Kaseorg
|
aa9c1e255c
|
Simplify check_path type (#239)
|
2022-09-20 21:11:42 -04:00 |
|
Anders Kaseorg
|
f7fc702b2c
|
Include specified files, even if they lack a .py[i] extension (#238)
|
2022-09-20 20:53:52 -04:00 |
|
Anders Kaseorg
|
50ca0d7d0a
|
Correctly display the location of parse errors (#237)
|
2022-09-20 20:53:22 -04:00 |
|