Charlie Marsh
|
8647bec3cb
|
Rename checks.rs to registry.rs (#1566)
|
2023-01-02 17:26:51 -05:00 |
|
Reiner Gerecke
|
ba9cf70917
|
Adjust test_path helper to detect round-trip autofix issues (#1501)
|
2022-12-31 08:02:13 -05:00 |
|
Charlie Marsh
|
a86c57a832
|
Support multi-line noqa directives for 'import from' (#1479)
|
2022-12-30 11:16:50 -05:00 |
|
Charlie Marsh
|
e4d36bae57
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
Jeong YunWon
|
523cf62eda
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -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 |
|
Anders Kaseorg
|
6c8021e970
|
Fix clippy::manual_let_else (pedantic) (#939)
|
2022-11-28 09:52:59 -05:00 |
|
Charlie Marsh
|
bdd32c0850
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
Anders Kaseorg
|
15f63494a7
|
Fix clippy::items_after_statements (pedantic)
“adding items after statements is confusing, since items exist from
the start of the scope”
https://rust-lang.github.io/rust-clippy/master/index.html#items_after_statements
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 |
|
Reiner Gerecke
|
f40609f524
|
Implement autofix for C413 (#661)
|
2022-11-08 16:12:29 -05:00 |
|
Reiner Gerecke
|
2ddc768412
|
Implement fix for C404 (#656)
|
2022-11-08 09:37:17 -05:00 |
|
Reiner Gerecke
|
df88504dea
|
pyflakes F632 Autofix (#612)
|
2022-11-06 06:57:46 -05:00 |
|
Charlie Marsh
|
2be632f3cc
|
Use a Rope to power fixer (#584)
|
2022-11-04 12:04:14 -04:00 |
|
Charlie Marsh
|
f26f38d023
|
Enable autofix for C406 (#570)
|
2022-11-03 11:27:46 -04:00 |
|
Charlie Marsh
|
578ec4d843
|
Implement autofix for C416 (#568)
|
2022-11-03 11:05:08 -04:00 |
|
Charlie Marsh
|
2f3bebe5a2
|
Enable autofix for dict(a=1)-like dictionaries (#567)
|
2022-11-03 10:42:54 -04:00 |
|
Charlie Marsh
|
b42d77a4c6
|
Avoid autofixes for errors in f-strings (#561)
|
2022-11-02 22:31:57 -04:00 |
|
Charlie Marsh
|
add0bdeeb7
|
DRY up utilities in flake8_comprehensions/fixes.rs (#556)
|
2022-11-02 22:00:53 -04:00 |
|
Charlie Marsh
|
6a180b95d1
|
Implement autofix for dict and tuple comprehensions (#555)
|
2022-11-02 21:36:20 -04:00 |
|
Charlie Marsh
|
416c338237
|
Respect trailing whitespace in comprehension fixes (#554)
|
2022-11-02 21:08:17 -04:00 |
|
Charlie Marsh
|
9948be0145
|
Automatically fix a variety of comprehension rules (#553)
|
2022-11-02 20:39:35 -04:00 |
|
Charlie Marsh
|
3aa9528229
|
Avoid flake8-comprehensions errors for dicts with kwargs (#512)
|
2022-10-29 18:49:06 -04:00 |
|
Charlie Marsh
|
a535b1adbf
|
Replace compliance comments with check codes (#485)
|
2022-10-27 09:32:18 -04:00 |
|
Jeong YunWon
|
d50cc8ff65
|
Restyle flake8_comprehensions::check to reduce indent (#462)
|
2022-10-24 15:16:56 -04:00 |
|
Charlie Marsh
|
118a9feec8
|
Split checks and plugins into source-related modules (#447)
|
2022-10-17 15:38:49 -04:00 |
|