Charlie Marsh
|
35fa2a3c32
|
Convert more BTree usages to Fx (#1112)
|
2022-12-07 12:21:12 -05:00 |
|
Charlie Marsh
|
7abecd4f0e
|
Implement B905 (#1122)
|
2022-12-07 10:01:24 -05:00 |
|
Reiner Gerecke
|
982ac6b0ad
|
Auto-generate options in README from field attributes (#1015)
|
2022-12-05 22:34:40 -05:00 |
|
Jeong YunWon
|
523cf62eda
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -05:00 |
|
Anders Kaseorg
|
dbb1a6e44b
|
Remove sloppy match_name_or_attr helper (#1027)
|
2022-12-04 09:12:03 -05:00 |
|
Charlie Marsh
|
af40e64d6c
|
Remove Patch abstraction from Fix (#987)
|
2022-12-01 16:04:42 -05:00 |
|
Charlie Marsh
|
2e89cd8802
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
|
Charlie Marsh
|
1085b547b6
|
Convert Err(anyhow(...)) to bail (#984)
|
2022-12-01 13:33:06 -05:00 |
|
Charlie Marsh
|
9e5df82578
|
Remove trailing punctuation from error messages (#983)
|
2022-12-01 12:25:37 -05:00 |
|
Charlie Marsh
|
b8e7d86696
|
Add pyupgrade's --keep-runtime-typing option (#965)
|
2022-11-29 20:05:32 -05:00 |
|
Charlie Marsh
|
e1ab7163ac
|
Respect f-string locations in B023 check (#914)
|
2022-11-26 10:31:23 -05:00 |
|
Charlie Marsh
|
7445d00b88
|
Implement B023 (function uses loop variable) (#907)
|
2022-11-25 18:29:54 -05:00 |
|
Harutaka Kawamura
|
33fbef7700
|
Implement B904 (#892)
|
2022-11-24 09:49:57 -05:00 |
|
Charlie Marsh
|
bdd32c0850
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -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
|
9315b9f459
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
Anders Kaseorg
|
3b33a431d6
|
Fix clippy::map_unwrap_or (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#map_unwrap_or
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
3dd6522b4f
|
Fix clippy::explicit_iter_loop (pedantic)
“it is more concise to loop over references to containers instead of
using explicit iteration methods”
https://rust-lang.github.io/rust-clippy/master/index.html#explicit_iter_loop
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
7a61edbe46
|
Fix clippy::default-trait-access (pedantic) (#867)
|
2022-11-21 21:00:38 -05:00 |
|
Anders Kaseorg
|
58949b564e
|
Fix clippy::trivially-copy-pass-by-ref (pedantic) (#862)
|
2022-11-21 15:59:51 -05:00 |
|
Harutaka Kawamura
|
89980ad651
|
Implement autofix for B013 (#824)
|
2022-11-20 18:49:07 -05:00 |
|
Charlie Marsh
|
965918744b
|
Replace FNV with rustc-hash (#837)
|
2022-11-20 15:38:31 -05:00 |
|
Harutaka Kawamura
|
7839204bf7
|
Implement autofix for B010 (#823)
|
2022-11-20 10:14:29 -05:00 |
|
Anders Kaseorg
|
4161d4ae32
|
Exempt parameters with immutable annotations from B006 (#821)
|
2022-11-19 19:46:08 -05:00 |
|
Charlie Marsh
|
0f34cdb7a3
|
Enable customization of autofixable error codes (#811)
|
2022-11-18 18:49:13 -05:00 |
|
Martin Lehoux
|
c5722d8a4d
|
Implement U013: Unnecessary TypedDict syntactic form (#716)
|
2022-11-18 12:10:47 -05:00 |
|
Charlie Marsh
|
b04a6a3f7c
|
Support arbitrary expression paths for class and static decorators (#772)
|
2022-11-16 12:24:46 -05:00 |
|
Charlie Marsh
|
7d8360a1de
|
Change all &Option<> to Option<&> (#768)
|
2022-11-16 09:40:01 -05:00 |
|
Harutaka Kawamura
|
1821c07367
|
Implement B020 (#753)
|
2022-11-15 16:17:03 -05:00 |
|
Charlie Marsh
|
8961da7b89
|
Add support for import alias tracking (#746)
|
2022-11-14 21:29:30 -05:00 |
|
Charlie Marsh
|
f67727b13c
|
Improve performance of import matching code (#744)
|
2022-11-14 17:14:22 -05:00 |
|
Harutaka Kawamura
|
9047bf680d
|
Implement B024 and B027 (#738)
|
2022-11-14 13:12:23 -05:00 |
|
Harutaka Kawamura
|
a8159f9893
|
Implement B022 (#734)
|
2022-11-14 09:24:05 -05:00 |
|
Harutaka Kawamura
|
84bf36194b
|
Implement B012 (#718)
|
2022-11-13 11:55:33 -05:00 |
|
Harutaka Kawamura
|
e4d168bb4f
|
Implement B021 (#719)
|
2022-11-13 11:40:24 -05:00 |
|
Charlie Marsh
|
f5b1f957e3
|
Improve some import tracking code (#715)
|
2022-11-13 00:10:13 -05:00 |
|
Charlie Marsh
|
9ec7e6bcd6
|
Add function name to B008 message
|
2022-11-12 16:53:13 -05:00 |
|
Charlie Marsh
|
53a2187f02
|
Run cargo fmt
|
2022-11-12 16:33:12 -05:00 |
|
Charlie Marsh
|
00b5d1059c
|
Validate that mutable and immutable defaults are imported (#710)
|
2022-11-12 16:32:21 -05:00 |
|
Charlie Marsh
|
8cfc0e5cf5
|
Use FnvHasher for unordered maps and sets (#708)
|
2022-11-12 16:09:34 -05:00 |
|
Edgar R. M
|
aa7681f9ad
|
Add extend-immutable-calls setting for B008 (#706)
|
2022-11-12 15:48:34 -05:00 |
|
Harutaka Kawamura
|
6f36e5dd25
|
Implement B019 (#695)
|
2022-11-12 11:14:03 -05:00 |
|
Charlie Marsh
|
f8932ec12b
|
Add some TODOs around import tracking
|
2022-11-11 19:07:40 -05:00 |
|
Harutaka Kawamura
|
e727c24f79
|
Implement autofix for B009 (#684)
|
2022-11-11 11:06:47 -05:00 |
|
Harutaka Kawamura
|
bd3b40688f
|
Implement B010 (#683)
|
2022-11-11 10:26:37 -05:00 |
|
Harutaka Kawamura
|
1888f6d41b
|
Implement B009 (#669)
|
2022-11-10 13:52:20 -05:00 |
|
Harutaka Kawamura
|
05c19f0091
|
Implement B026 (#668)
|
2022-11-10 10:47:42 -05:00 |
|
Charlie Marsh
|
d600650214
|
Upgrade RustPython (#652)
|
2022-11-07 21:07:49 -05:00 |
|
Harutaka Kawamura
|
35cc3094b5
|
Implement B005 (#643)
|
2022-11-07 10:10:59 -05:00 |
|
Harutaka Kawamura
|
7773e9728b
|
Implement B004 (#638)
|
2022-11-07 09:25:09 -05:00 |
|