Harutaka Kawamura
|
6f31b002f8
|
Do not enforce line length limit for comments ending with a URL (#920)
|
2022-11-27 22:36:17 -05:00 |
|
Charlie Marsh
|
1a79965aa0
|
Allow varargs and kwargs to be prefixed with stars (#933)
|
2022-11-27 22:08:27 -05:00 |
|
Charlie Marsh
|
16da183f8e
|
Add some user testimonials (#932)
|
2022-11-27 21:55:01 -05:00 |
|
Charlie Marsh
|
3f689917cb
|
Use alternative TOML format for per-file-ignores in README (#931)
|
2022-11-27 21:38:43 -05:00 |
|
Charlie Marsh
|
a4a215e8a3
|
Add Homebrew installation to README (#930)
|
2022-11-27 21:37:34 -05:00 |
|
Charlie Marsh
|
aa1c884910
|
Tweak Flake8 parity in README
|
2022-11-27 21:34:47 -05:00 |
|
Oliver Margetts
|
7fb55c6d99
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
Charlie Marsh
|
04ea523ad8
|
Track aliased import-from members (#929)
|
2022-11-27 17:27:27 -05:00 |
|
Charlie Marsh
|
9897f81cf3
|
Bump version to 0.0.141
|
2022-11-26 16:33:08 -05:00 |
|
Charlie Marsh
|
1a2559b001
|
Avoid flagging redundant open modes when open is rebound (#918)
|
2022-11-26 16:24:41 -05:00 |
|
Denis Gavrilyuk
|
721a1e9443
|
Add flake8-debugger (#909)
|
2022-11-26 16:21:03 -05:00 |
|
Charlie Marsh
|
f38bba18ee
|
Fix clippy warnings
|
2022-11-26 15:56:33 -05:00 |
|
Charlie Marsh
|
14cf36f922
|
Bump version to 0.0.140
|
2022-11-26 15:05:46 -05:00 |
|
Charlie Marsh
|
d28e026525
|
Preserve existing noqa codes in --add-noqa (#913)
|
2022-11-26 14:42:19 -05:00 |
|
Jonathan Plasse
|
d19a8aa54d
|
Auto-generate CheckCodePrefix::fixables() (#916)
|
2022-11-26 14:10:30 -05:00 |
|
Charlie Marsh
|
f299940452
|
Respect noqa comments in U009 (#917)
|
2022-11-26 14:03:18 -05:00 |
|
Charlie Marsh
|
e1ab7163ac
|
Respect f-string locations in B023 check (#914)
|
2022-11-26 10:31:23 -05:00 |
|
Jonathan Plasse
|
9edc479c6c
|
Fix F821 false positive (#911)
|
2022-11-26 10:12:07 -05:00 |
|
Charlie Marsh
|
560558b814
|
Bump version to 0.0.139
|
2022-11-25 18:38:26 -05:00 |
|
Andri Bergsson
|
bef601b994
|
Add keyword argument handling for redundant open modes. (#906)
|
2022-11-25 18:38:05 -05:00 |
|
Charlie Marsh
|
7445d00b88
|
Implement B023 (function uses loop variable) (#907)
|
2022-11-25 18:29:54 -05:00 |
|
Charlie Marsh
|
7c78d4e103
|
Use docstring comment for CheckCode
|
2022-11-25 13:15:43 -05:00 |
|
Oliver Margetts
|
8b14f1b8cc
|
Implement F522-F525 (#899)
|
2022-11-25 13:14:31 -05:00 |
|
Xuan (Sean) Hu
|
5a6b51e623
|
Minor changes in README. (#903)
|
2022-11-25 09:49:16 -05:00 |
|
Charlie Marsh
|
0b60242fb7
|
Bump version to 0.0.138
|
2022-11-25 00:05:41 -05:00 |
|
Charlie Marsh
|
65b77feeb8
|
Bump LibCST version
|
2022-11-25 00:05:03 -05:00 |
|
Charlie Marsh
|
04b9c0a31d
|
Fix cargo clippy
|
2022-11-24 23:40:43 -05:00 |
|
Harutaka Kawamura
|
49dc8231be
|
Fix typo (#902)
|
2022-11-24 23:38:45 -05:00 |
|
Charlie Marsh
|
92ca114882
|
Move some main.rs subcommands to a new module (#901)
|
2022-11-24 22:43:43 -05:00 |
|
Charlie Marsh
|
553bc7443a
|
Remove UserConfiguration struct (#900)
|
2022-11-24 22:39:07 -05:00 |
|
CelebrateVC
|
a3af6c1ea5
|
Implement GlobSet optimization for file path exclusions (#883)
|
2022-11-24 22:31:55 -05:00 |
|
Charlie Marsh
|
b50016fe89
|
Regenerate README.md
|
2022-11-24 18:10:07 -05:00 |
|
Oliver Margetts
|
2cf2805848
|
Implement F521 (#898)
|
2022-11-24 18:09:36 -05:00 |
|
Harutaka Kawamura
|
33fbef7700
|
Implement B904 (#892)
|
2022-11-24 09:49:57 -05:00 |
|
Charlie Marsh
|
68668a584b
|
Bump version to 0.0.137
|
2022-11-23 20:28:45 -05:00 |
|
Charlie Marsh
|
6cd8655d29
|
Treat withitem variables as bindings (#897)
|
2022-11-23 20:28:37 -05:00 |
|
Charlie Marsh
|
72a9bd3cfb
|
Revert "Upload wheels back to GitHub Releases (#884)"
This reverts commit bd08fc359d .
|
2022-11-23 20:27:33 -05:00 |
|
Charlie Marsh
|
58aac21a36
|
Bump version to 0.0.136
|
2022-11-23 17:41:17 -05:00 |
|
Charlie Marsh
|
77e0be3464
|
Visit iter prior to target in comprehensions (#895)
|
2022-11-23 10:13:21 -05:00 |
|
Charlie Marsh
|
bd08fc359d
|
Upload wheels back to GitHub Releases (#884)
|
2022-11-23 00:06:36 -05:00 |
|
Harutaka Kawamura
|
19ad6ab4f5
|
Add --explain (#887)
|
2022-11-23 00:06:25 -05:00 |
|
Charlie Marsh
|
4b2df99e78
|
Set rust-version in Cargo.toml (#886)
|
2022-11-22 23:33:39 -05:00 |
|
Charlie Marsh
|
66975876b2
|
Bump version to 0.0.135
|
2022-11-22 19:21:53 -05:00 |
|
Charlie Marsh
|
7316b120ba
|
Log errors in add_noqa and autoformat calls (#881)
|
2022-11-22 19:21:36 -05:00 |
|
Charlie Marsh
|
fec887e481
|
Apply a limit to the number of fix iterations (#882)
|
2022-11-22 19:21:31 -05:00 |
|
Charlie Marsh
|
bdd32c0850
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
Charlie Marsh
|
10dcd5fd0a
|
Remove unused imports
|
2022-11-22 18:45:24 -05:00 |
|
Charlie Marsh
|
b922e6ecc8
|
Fix clippy::unnecessary_wraps (pedantic) (#880)
https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_wraps
|
2022-11-22 18:25:30 -05:00 |
|
Charlie Marsh
|
f59799e0c4
|
Remove lingering empty lines
|
2022-11-22 17:54:24 -05:00 |
|
Charlie Marsh
|
814ddeb7ea
|
Remove always-inline (#879)
|
2022-11-22 17:13:25 -05:00 |
|