Charlie Marsh
|
38ad10f60d
|
Treat nested classes and functions as "standard" siblings (#1095)
|
2022-12-05 20:45:12 -05:00 |
|
Charlie Marsh
|
88e78c5cde
|
Add missing D415 fixture
|
2022-12-05 20:42:21 -05:00 |
|
Charlie Marsh
|
436aeed20a
|
Implement autofix for D400 and D415 (#1094)
|
2022-12-05 20:24:56 -05:00 |
|
Charlie Marsh
|
b94169a8bb
|
Don't autofix D210 by introducing a syntax error (#1093)
|
2022-12-05 19:13:22 -05:00 |
|
Charlie Marsh
|
995994be3e
|
Bump version to 0.0.162
|
2022-12-05 19:07:44 -05:00 |
|
Charlie Marsh
|
f001305b2e
|
Only autofix D205 by deleting blank lines (#1091)
|
2022-12-05 19:01:32 -05:00 |
|
Charlie Marsh
|
e88093541f
|
Avoid wrapping import-star statements (#1089)
|
2022-12-05 18:39:16 -05:00 |
|
Charlie Marsh
|
da41a495f1
|
Remove extraneous plugin creation script
|
2022-12-05 18:31:19 -05:00 |
|
Charlie Marsh
|
55b7ec8f85
|
Ignore newline enforcement when imports break indentation boundaries (#1085)
|
2022-12-05 18:02:41 -05:00 |
|
Charlie Marsh
|
4b41ae3f53
|
Bump version to 0.0.161
|
2022-12-05 17:02:05 -05:00 |
|
Charlie Marsh
|
f944e1e1cf
|
Add action comments to README.md (#1082)
|
2022-12-05 16:56:28 -05:00 |
|
Charlie Marsh
|
4fbc1082de
|
Support isort: split directive (#1081)
|
2022-12-05 16:48:10 -05:00 |
|
Charlie Marsh
|
cf2e887e38
|
Tweak summary message to include total error counts (#1067)
|
2022-12-05 16:12:12 -05:00 |
|
Charlie Marsh
|
ee994e8c07
|
Import compatibility with isort newline-insertion behavior (#1078)
|
2022-12-05 16:07:07 -05:00 |
|
Charlie Marsh
|
c69c4fd655
|
Support isort: skip_file directive (#1075)
|
2022-12-05 15:02:01 -05:00 |
|
Charlie Marsh
|
e01e45ca35
|
Remove extraneous test file
|
2022-12-05 14:58:54 -05:00 |
|
Charlie Marsh
|
4be74785fe
|
Support unterminated isort: off directives (#1074)
|
2022-12-05 14:54:47 -05:00 |
|
Charlie Marsh
|
40b7c64f7d
|
Bump version to 0.0.160
|
2022-12-05 12:56:38 -05:00 |
|
Jonathan Plasse
|
a76c5d1226
|
Add allowed-confusable settings (#1059)
|
2022-12-05 12:53:55 -05:00 |
|
Charlie Marsh
|
5aeddeb825
|
Include pyproject.toml path in error message (#1068)
|
2022-12-05 12:04:50 -05:00 |
|
Charlie Marsh
|
5f8294aea4
|
Preserve star imports when re-formatting import blocks (#1066)
|
2022-12-05 11:48:38 -05:00 |
|
Charlie Marsh
|
e07d3f6313
|
Fix clippy
|
2022-12-05 11:47:42 -05:00 |
|
Charlie Marsh
|
1d1662cb9c
|
Bump version to 0.0.159
|
2022-12-05 11:22:02 -05:00 |
|
Charlie Marsh
|
55ce7bd0df
|
Migrate invalid_literal_comparisons fix to token-based logic (#1065)
|
2022-12-05 11:16:59 -05:00 |
|
Charlie Marsh
|
e695f6eb25
|
Avoid false-positive on PLR1701 for multi-type isinstance calls (#1063)
|
2022-12-05 10:07:05 -05:00 |
|
messense
|
fb2c457a9b
|
Upgrade to notify 5.0.0 (#1048)
|
2022-12-05 09:58:42 -05:00 |
|
Jeong YunWon
|
523cf62eda
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -05:00 |
|
Charlie Marsh
|
7024ad7cc7
|
Bump version to 0.0.158
|
2022-12-04 21:22:24 -05:00 |
|
Charlie Marsh
|
871ac511ae
|
Add an option to force one-member-per-line for aliased import-froms (#1047)
|
2022-12-04 21:22:00 -05:00 |
|
Charlie Marsh
|
0685af8a4f
|
Update RustPython (#1045)
|
2022-12-04 20:09:28 -05:00 |
|
Charlie Marsh
|
5e9a8fcf53
|
Bump version to 0.0.157
|
2022-12-04 14:46:46 -05:00 |
|
Charlie Marsh
|
76439235af
|
Remove unused imports in __init__.py files by default (#1042)
|
2022-12-04 14:45:54 -05:00 |
|
Charlie Marsh
|
0c9c6a1c1c
|
Remove extraneous test file
|
2022-12-04 13:59:55 -05:00 |
|
Charlie Marsh
|
46a99243cd
|
Fix D205 autofix by detecting summary line (#1041)
|
2022-12-04 13:56:51 -05:00 |
|
Charlie Marsh
|
d06dc4c72d
|
Bump version to 0.0.156
|
2022-12-04 10:22:09 -05:00 |
|
Jonathan Plasse
|
8f6b2fb32b
|
Extend and rename RUF004 to PLR1722 (#1036)
|
2022-12-04 10:20:12 -05:00 |
|
Charlie Marsh
|
1d61db5b62
|
Allow import builtins under T100 (#1037)
|
2022-12-04 10:13:17 -05:00 |
|
Charlie Marsh
|
e15c0c68cb
|
Fix PLW0120 snapshot
|
2022-12-04 10:10:00 -05:00 |
|
Harutaka Kawamura
|
abb2adc4d8
|
Implement useless-import-alias (#1025)
|
2022-12-04 09:48:56 -05:00 |
|
Harutaka Kawamura
|
e070166409
|
Implement useless-else-on-loop (#1031)
|
2022-12-04 09:22:04 -05:00 |
|
Jonathan Plasse
|
0ae6890094
|
Fix Table of Contents (#1030)
|
2022-12-04 09:14:09 -05:00 |
|
Harutaka Kawamura
|
21cace0973
|
Fix PLR0402 (#1024)
|
2022-12-04 09:13:47 -05:00 |
|
Jakub Kuczys
|
4994b72ba2
|
Fix README header links in isort config section (#1033)
|
2022-12-04 09:12:25 -05:00 |
|
Anders Kaseorg
|
dbb1a6e44b
|
Remove sloppy match_name_or_attr helper (#1027)
|
2022-12-04 09:12:03 -05:00 |
|
Charlie Marsh
|
4b0c3e3bc9
|
Bump version to 0.0.155
|
2022-12-04 00:12:00 -05:00 |
|
Charlie Marsh
|
ddae3586d5
|
Add support for combine-as-imports import formatting (#1022)
|
2022-12-04 00:11:48 -05:00 |
|
Charlie Marsh
|
97684b7215
|
Mark MisplacedComparisonConstant as fixable
|
2022-12-04 00:11:19 -05:00 |
|
Harutaka Kawamura
|
20e6ff112a
|
Implement misplaced-comparison-constant (#1023)
|
2022-12-04 00:10:07 -05:00 |
|
Charlie Marsh
|
6cb84d29f0
|
Rename M001 to RUF100 (#1021)
|
2022-12-03 22:51:05 -05:00 |
|
Charlie Marsh
|
d069054792
|
Rename RUF101 fixtures
|
2022-12-03 22:47:16 -05:00 |
|