Charlie Marsh
|
9de1f82658
|
Avoid unnecessary-comprehension-any-all for async generators (#3823)
|
2023-03-30 18:43:59 +00:00 |
|
Charlie Marsh
|
54ad9397e5
|
Flag non-Name expressions in duplicate-isinstance-call (#3817)
|
2023-03-30 12:19:53 -04:00 |
|
Jonathan Plasse
|
29c8b75fd4
|
Ignore collapsible-if violations for if False: and if True: (#3732)
|
2023-03-30 15:52:43 +00:00 |
|
Charlie Marsh
|
0b586d5451
|
Use panic instead of unreachable for invalid arguments (#3816)
|
2023-03-30 15:40:53 +00:00 |
|
Charlie Marsh
|
01357f62e5
|
Add import insertion support to autofix capabilities (#3787)
|
2023-03-30 15:33:46 +00:00 |
|
Micha Reiser
|
d7113d3995
|
refactor: StateMachine use match statement (#3811)
|
2023-03-30 15:55:54 +02:00 |
|
Charlie Marsh
|
f79506f5a4
|
Move some generic structs out of isort (#3788)
|
2023-03-30 08:58:01 -04:00 |
|
Dhruv Manilawala
|
44ae3237b8
|
Additional simple magic return types (#3805)
|
2023-03-30 08:57:49 -04:00 |
|
konstin
|
f4cda31708
|
Use crates.io version of pep440_rs (#3812)
* Use crates.io version of pep440_rs
* Update Cargo.lock
|
2023-03-30 12:47:07 +00:00 |
|
Charlie Marsh
|
4328448a2f
|
Use multi-fix semantics for inplace removal (#3804)
|
2023-03-30 00:16:43 +00:00 |
|
Charlie Marsh
|
88298759ce
|
Misc. follow-up changes to #3802 (#3803)
|
2023-03-29 19:18:36 -04:00 |
|
Charlie Marsh
|
3c0e789b19
|
Improve robustness of argument removal for encode calls (#3802)
|
2023-03-29 23:07:13 +00:00 |
|
Charlie Marsh
|
8601dcc09b
|
Add import name resolution to Context (#3777)
|
2023-03-29 21:47:50 +00:00 |
|
Charlie Marsh
|
134fdd1609
|
Remove star-import handling from sys-exit-alias (#3776)
|
2023-03-29 21:33:50 +00:00 |
|
Charlie Marsh
|
2e6eddc7bd
|
Improve top-of-file insertions for required imports (#3779)
|
2023-03-29 21:25:39 +00:00 |
|
Jonathan Plasse
|
cb588d1d6d
|
Allow TID252 to fix all valid module paths (#3796)
|
2023-03-29 15:13:12 -04:00 |
|
Charlie Marsh
|
9d3b8eb67b
|
Bump version to v0.0.260 (#3799)
|
2023-03-29 14:51:50 -04:00 |
|
Andy Freeland
|
7d962bf80c
|
[flake8-bugbear ] Allow pathlib.Path() in B008 (#3794)
|
2023-03-29 15:42:43 +00:00 |
|
Micha Reiser
|
595cd065f3
|
Reduce explcit clones (#3793)
|
2023-03-29 15:15:14 +02:00 |
|
Anže Starič
|
b6f1fed424
|
[isort ]: support submodules in known_(first|third)_party config options (#3768)
|
2023-03-29 03:53:38 +00:00 |
|
Jonathan Plasse
|
5501fc9572
|
Exempt return with side effects for TRY300 (#3780)
|
2023-03-28 19:52:05 -04:00 |
|
Leiser Fernández Gallo
|
224e85c6d7
|
Implement flake8-gettext (#3785)
|
2023-03-28 23:32:02 +00:00 |
|
Charlie Marsh
|
f322bcd2bd
|
Minor nits on reference names (#3786)
|
2023-03-28 22:18:19 +00:00 |
|
Charlie Marsh
|
22d5b0071d
|
Rename end_of_statement to end_of_last_statement (#3775)
|
2023-03-28 12:31:06 -04:00 |
|
Charlie Marsh
|
990b378c4d
|
Set parents even in same-line cases (#3773)
|
2023-03-28 12:09:30 -04:00 |
|
Charlie Marsh
|
e88fbae926
|
Use import alias locations for pep8-naming import rules (#3772)
|
2023-03-28 11:41:23 -04:00 |
|
Charlie Marsh
|
81de3a16bc
|
Include with statements in complexity calculation (#3771)
|
2023-03-28 15:20:22 +00:00 |
|
Andy Freeland
|
bfecf684ce
|
[flake8-bugbear ] Add more immutable functions for B008 (#3764)
|
2023-03-28 10:50:05 -04:00 |
|
konstin
|
756e9956a2
|
Fix cargo test --doc (#3766)
|
2023-03-28 11:36:07 +00:00 |
|
Micha Reiser
|
f68c26a506
|
perf(pycodestyle): Initialize Stylist from tokens (#3757)
|
2023-03-28 11:53:35 +02:00 |
|
Micha Reiser
|
000394f428
|
perf(pycodestyle): Introduce TokenKind (#3745)
|
2023-03-28 11:22:39 +02:00 |
|
Micha Reiser
|
2fdf98ef4e
|
perf(pycodestyle): Refactor checks to iterate over tokens insteadof text (#3736)
|
2023-03-28 10:37:13 +02:00 |
|
Micha Reiser
|
1d724b1495
|
perf(pycodestyle): Remove regex captures (#3735)
|
2023-03-28 09:50:34 +02:00 |
|
Micha Reiser
|
113a8b8fda
|
perf(pycodestyle): Reduce allocations when computing logical lines (#3715)
|
2023-03-28 09:09:27 +02:00 |
|
Charlie Marsh
|
c3917eab38
|
Revert "Implement flake8-i18n (#3741)" (#3765)
|
2023-03-27 21:14:38 +00:00 |
|
JBLDSKY
|
0eb5a22dd1
|
[flake8-pyi ] Implement PYI012 (#3743)
|
2023-03-27 18:27:24 +00:00 |
|
Charlie Marsh
|
450c6780ff
|
Avoid useless-import alias (C0414 ) in .pyi files (#3761)
|
2023-03-27 18:27:03 +00:00 |
|
Leiser Fernández Gallo
|
5cb120327c
|
Implement flake8-i18n (#3741)
|
2023-03-27 18:03:39 +00:00 |
|
trag1c
|
8dbffb576d
|
Removed unnecessary pipe escape (#3760)
|
2023-03-27 13:49:47 -04:00 |
|
Charlie Marsh
|
31fff4b10e
|
Disallow some restriction lints (#3754)
|
2023-03-26 23:20:20 +00:00 |
|
Jonathan Plasse
|
2326335f5c
|
Improve performance of statistics (#3751)
|
2023-03-26 18:46:44 -04:00 |
|
Charlie Marsh
|
6ed6da3e82
|
Move fix::FixMode to flags::FixMode (#3753)
|
2023-03-26 21:40:06 +00:00 |
|
Jonathan Plasse
|
cd75b57036
|
Sort statistics by count (#3748)
|
2023-03-26 16:45:35 -04:00 |
|
Charlie Marsh
|
e603382cf0
|
Allow diagnostics to generate multi-edit fixes (#3709)
|
2023-03-26 16:45:19 -04:00 |
|
Charlie Marsh
|
32be63fd1e
|
Avoid overlong-line errors for lines that end with URLs (#3663)
|
2023-03-26 18:17:35 +00:00 |
|
Jonathan Plasse
|
d594179275
|
Fix SIM222 and SIM223 false negatives (#3740)
|
2023-03-26 18:09:11 +00:00 |
|
Agriya Khetarpal
|
c0befb4670
|
Use wild::args() and add wild as a dependency (#3739)
|
2023-03-26 14:32:45 +00:00 |
|
Charlie Marsh
|
a66481ed28
|
Rename setter methods on Diagnostic (#3738)
|
2023-03-26 10:28:30 -04:00 |
|
Charlie Marsh
|
5c7898124f
|
Traverse over nested string type annotations (#3724)
|
2023-03-25 21:56:09 -04:00 |
|
Jonathan Plasse
|
50a7916e84
|
[pydocstyle ] Implement autofix for D403 (#3731)
|
2023-03-25 19:21:45 +00:00 |
|