Charlie Marsh
|
d3472104d0
|
Bump flake8-bugbear count to 12/32
|
2022-11-04 14:49:14 -04:00 |
|
Charlie Marsh
|
0c8b981216
|
Bump version to 0.0.101
|
2022-11-04 14:46:48 -04:00 |
|
Charlie Marsh
|
0e3f08aa68
|
Split ambiguous unicode detection into string vs. docstring rules (#590)
|
2022-11-04 14:46:20 -04:00 |
|
Charlie Marsh
|
a75b1c85ee
|
Fix invalid escape handling for CRLF files (#589)
|
2022-11-04 14:26:39 -04:00 |
|
Harutaka Kawamura
|
726e6c68cf
|
Implement B015 (#587)
|
2022-11-04 13:47:52 -04:00 |
|
Charlie Marsh
|
34c91224d7
|
Bump version to 0.0.100
|
2022-11-04 12:10:17 -04:00 |
|
Charlie Marsh
|
50c4bbc52b
|
Implement ambiguous unicode character detection (#578)
|
2022-11-04 12:08:26 -04:00 |
|
Charlie Marsh
|
f0239de559
|
Use a shared Rope between AST checker and fixer (#585)
|
2022-11-04 12:05:46 -04:00 |
|
Charlie Marsh
|
2be632f3cc
|
Use a Rope to power fixer (#584)
|
2022-11-04 12:04:14 -04:00 |
|
Harutaka Kawamura
|
ec3fed5a61
|
Implement B018 (#582)
|
2022-11-04 10:53:30 -04:00 |
|
Charlie Marsh
|
1da44485d5
|
Confine subscript annotation checks to ExprContext::Load (#583)
|
2022-11-04 10:51:05 -04:00 |
|
Charlie Marsh
|
e5f30ff5a8
|
Use a rope to manage string slicing (#576)
|
2022-11-03 23:23:38 -04:00 |
|
Charlie Marsh
|
c92f5c14a3
|
Bump Rust version to 1.65.0 (#575)
|
2022-11-03 22:49:21 -04:00 |
|
Charlie Marsh
|
2f92399f4e
|
Add W to list of default flake8-to-ruff codes (#574)
|
2022-11-03 22:13:00 -04:00 |
|
Charlie Marsh
|
83dfb5fe8b
|
Infer Flake8 plugins from .flake8 config (#573)
|
2022-11-03 22:05:46 -04:00 |
|
Charlie Marsh
|
cc915371ca
|
Implement autofix for F901 (#571)
|
2022-11-03 11:58:54 -04:00 |
|
Charlie Marsh
|
5576db3d5a
|
Bump version to 0.0.99
|
2022-11-03 11:47:15 -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
|
22991e3e0e
|
Bump version to 0.0.98
|
2022-11-03 10:09:33 -04:00 |
|
Charlie Marsh
|
242bdf86b1
|
Use ::ruff to ensure ruff imports come first
|
2022-11-03 10:09:28 -04:00 |
|
Charlie Marsh
|
a3f7de2257
|
Make --quiet more aggressive (#566)
|
2022-11-03 10:08:15 -04:00 |
|
Charlie Marsh
|
9f9cbb5520
|
Improve pyproject.toml examples in README.md
|
2022-11-03 09:33:17 -04:00 |
|
Charlie Marsh
|
937c83d57f
|
Remove crates subdirectory (#563)
|
2022-11-03 09:19:54 -04:00 |
|
Charlie Marsh
|
e00bcd19f5
|
Bump version to 0.0.97
|
2022-11-02 22:38:43 -04:00 |
|
Charlie Marsh
|
4550581be2
|
Relax lowercase condition in N806 (#562)
|
2022-11-02 22:38:29 -04:00 |
|
Charlie Marsh
|
b42d77a4c6
|
Avoid autofixes for errors in f-strings (#561)
|
2022-11-02 22:31:57 -04:00 |
|
Charlie Marsh
|
e473df1fe9
|
Bump version to 0.0.96
|
2022-11-02 22:10:56 -04:00 |
|
Charlie Marsh
|
d448281b33
|
Add plugin properties to settings cache key (#559)
|
2022-11-02 22:10:01 -04:00 |
|
Charlie Marsh
|
94597fefc1
|
Change flake8-quotes default to double quotes (#558)
|
2022-11-02 22:03:54 -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
|
f50ff61056
|
Expose autofix mode in public API (#551)
|
2022-11-02 09:44:46 -04:00 |
|
Charlie Marsh
|
017fec2bc5
|
Set override in actions-rs/toolchain@v1 (#543)
|
2022-11-02 09:36:22 -04:00 |
|
Charlie Marsh
|
f9def0a139
|
Bump version to 0.0.95
|
2022-11-02 09:03:34 -04:00 |
|
StefanBRas
|
d4fc485a76
|
Update README.md to use table for per-file-ignore (#549)
|
2022-11-02 09:02:11 -04:00 |
|
Charlie Marsh
|
0827d0beef
|
Account for typing_extensions for annotation parsing (#550)
|
2022-11-02 09:01:12 -04:00 |
|
Charlie Marsh
|
b4a46ab6f0
|
Add tests for converter.rs (#542)
|
2022-11-01 22:36:08 -04:00 |
|
Charlie Marsh
|
f6e14edc3e
|
Use max-line-length in converter.rs (#541)
|
2022-11-01 22:27:13 -04:00 |
|
Charlie Marsh
|
878a94f9cb
|
Add a rust-toolchain.toml file (#538)
|
2022-11-01 20:34:58 -04:00 |
|
Charlie Marsh
|
79ca66ace5
|
Use nightly rustfmt with rustfmt.toml (#536)
|
2022-11-01 20:34:38 -04:00 |
|
fsouza
|
c68c6b5424
|
Make columns indices 1-based in the text output format (#539)
|
2022-11-01 19:06:08 -04:00 |
|
Charlie Marsh
|
bad5723d80
|
Add plugin configuration to flake8-to-ruff (#535)
|
2022-11-01 17:08:53 -04:00 |
|
Charlie Marsh
|
2d83f99dbf
|
Bump version to 0.0.94
|
2022-11-01 16:38:59 -04:00 |
|
Charlie Marsh
|
5123b38758
|
Refine list of annotatable subscripts (#534)
|
2022-11-01 16:36:05 -04:00 |
|
Charlie Marsh
|
e9a4c8ba13
|
Track typing module imports (#533)
|
2022-11-01 14:01:59 -04:00 |
|
Charlie Marsh
|
927d716edd
|
Enable flake8-to-ruff builds on all platforms
|
2022-11-01 12:15:43 -04:00 |
|