Reiner Gerecke
|
939f738a71
|
Update rust python to handle files with BOM (#1379)
|
2022-12-26 07:03:13 -05:00 |
|
Charlie Marsh
|
b0f30bef8f
|
Add support for ruff.toml (#1378)
|
2022-12-25 21:55:07 -05:00 |
|
Charlie Marsh
|
28c45eb2a3
|
Remove required versions from pyproject.toml
|
2022-12-25 20:21:01 -05:00 |
|
Charlie Marsh
|
4dc45912e8
|
Run cargo dev commands
|
2022-12-25 20:12:12 -05:00 |
|
Charlie Marsh
|
5ef8bff341
|
Bump version to 0.0.194
|
2022-12-25 19:54:45 -05:00 |
|
Charlie Marsh
|
2ab8f77223
|
Update command-line help text
|
2022-12-25 19:54:14 -05:00 |
|
Charlie Marsh
|
8b72f55a09
|
Add --required-version (#1376)
|
2022-12-25 19:53:50 -05:00 |
|
Charlie Marsh
|
19121219fb
|
Avoid double-extending past the end when showing source (#1377)
|
2022-12-25 19:52:42 -05:00 |
|
Charlie Marsh
|
d9355c989a
|
Add a --fix-only command-line and pyproject.toml option (#1375)
|
2022-12-25 18:49:56 -05:00 |
|
Charlie Marsh
|
ec80d1cd85
|
Respect natural ordering for imports (#1374)
|
2022-12-25 18:11:41 -05:00 |
|
Charlie Marsh
|
9bb470c7d4
|
Ignore unused arguments for @overload stubs (#1373)
|
2022-12-25 17:22:31 -05:00 |
|
Harutaka Kawamura
|
dca3fcd8d1
|
Improve excepthandler_name_range (#1368)
|
2022-12-25 00:12:12 -05:00 |
|
Harutaka Kawamura
|
10f75c9620
|
Fix F841 (UnusedVariable ) range in except handler (#1367)
|
2022-12-24 22:55:55 -05:00 |
|
Charlie Marsh
|
cc2110449c
|
Run cargo dev commands
|
2022-12-24 15:06:12 -05:00 |
|
Charlie Marsh
|
f6ca49e05f
|
Bump version to 0.0.193
|
2022-12-24 14:56:26 -05:00 |
|
Charlie Marsh
|
9a7331b2e2
|
Annotate RUF100 messages with unmatched, disabled, and unknown codes (#1365)
|
2022-12-24 14:55:55 -05:00 |
|
Edgar R. M
|
4888afd423
|
Generate JSON schema for Ruff options (#1329)
|
2022-12-24 14:10:22 -05:00 |
|
Sawbez
|
0dc523b081
|
Add autofix for W605 [InvalidEscapeSequence] (#1361)
|
2022-12-24 13:46:28 -05:00 |
|
Harutaka Kawamura
|
63772e335d
|
Fix B025 location (#1360)
|
2022-12-24 12:22:11 -05:00 |
|
Reiner Gerecke
|
7f4ff1e38f
|
Fix false-positive in RET504 when referencing globals (#1358)
|
2022-12-24 12:02:57 -05:00 |
|
Reiner Gerecke
|
32ebc1d227
|
Don't trigger E721 when comparing with None (#1356)
|
2022-12-24 04:45:40 -05:00 |
|
Sawbez
|
4ded155dc0
|
Add autofix for W292 [NoNewLineAtEndOfFile] (#1354)
|
2022-12-23 23:14:17 -05:00 |
|
Harutaka Kawamura
|
201e1250de
|
Update RustPython to use the correct BinOp location (#1355)
|
2022-12-23 22:58:39 -05:00 |
|
Reiner Gerecke
|
102b049a32
|
Add cache-dir to command-line and pyproject.toml (#1351)
|
2022-12-23 22:58:29 -05:00 |
|
Charlie Marsh
|
74f49eda64
|
Bump compatibility to 3.11 (#1352)
|
2022-12-23 12:12:11 -05:00 |
|
Reiner Gerecke
|
9da3e2cca1
|
Implement "native literals" check from pyupgrade (#1350)
|
2022-12-23 11:40:32 -05:00 |
|
Charlie Marsh
|
e290050821
|
Avoid enabling all EM checks at once (#1349)
|
2022-12-23 08:25:07 -05:00 |
|
Charlie Marsh
|
bc9ed0a4ef
|
Tweak LSP docs
|
2022-12-22 22:16:32 -05:00 |
|
Charlie Marsh
|
20b9b44973
|
Link to ruff-lsp docs
|
2022-12-22 21:53:11 -05:00 |
|
Charlie Marsh
|
6e5a553235
|
Update Neovim instructions
|
2022-12-22 21:52:30 -05:00 |
|
Charlie Marsh
|
2a08a63f17
|
Add a link to the PyCharm plugin (#1345)
|
2022-12-22 21:50:24 -05:00 |
|
Colin Delahunty
|
d4290e6721
|
Update CONTRIBUTING.md (#1344)
|
2022-12-22 21:04:19 -05:00 |
|
Charlie Marsh
|
51bda28a7d
|
Bump version to 0.0.192
|
2022-12-22 17:31:31 -05:00 |
|
Reiner Gerecke
|
cc26051b7a
|
Implement "datetime.UTC alias" check from pyupgrade (#1341)
|
2022-12-22 17:21:36 -05:00 |
|
Charlie Marsh
|
3ac5a9aa31
|
Respect --force-exclude for files passed via stdin (#1342)
|
2022-12-22 16:40:15 -05:00 |
|
Charlie Marsh
|
451047c30d
|
Exclude directly-passed files nested in excluded subdirectories
|
2022-12-22 15:08:11 -05:00 |
|
Charlie Marsh
|
6907df489b
|
Extend false-positive list for flake8-boolean-trap (#1338)
|
2022-12-22 10:56:04 -05:00 |
|
Charlie Marsh
|
970f882b03
|
Set force-exclude for pre-commit in README (#1337)
|
2022-12-22 10:51:20 -05:00 |
|
Charlie Marsh
|
3eff9a2860
|
Allow unittest methods in flake8-boolean-trap (#1333)
|
2022-12-22 08:40:22 -05:00 |
|
Charlie Marsh
|
a4a24a0ef3
|
Add some more repositories to the user list (#1328)
|
2022-12-21 22:16:47 -05:00 |
|
Charlie Marsh
|
48e3c046b0
|
Fix integration tests
|
2022-12-21 21:25:37 -05:00 |
|
Charlie Marsh
|
03e4f5be8a
|
Bump version to 0.0.191
|
2022-12-21 21:16:21 -05:00 |
|
Charlie Marsh
|
99657b7d92
|
Implement E401 ("multiple imports on one line") (#1326)
|
2022-12-21 21:15:57 -05:00 |
|
Charlie Marsh
|
40377aa1fc
|
Move number of errors to the bottom of the output summary (#1325)
|
2022-12-21 21:04:26 -05:00 |
|
Charlie Marsh
|
2a37017e8c
|
Add src to Settings hash
|
2022-12-21 21:01:20 -05:00 |
|
Charlie Marsh
|
ff66d08cef
|
Run generate-options
|
2022-12-21 20:58:14 -05:00 |
|
Charlie Marsh
|
dad8035eef
|
Support shell expansion in src field (#1324)
|
2022-12-21 20:57:20 -05:00 |
|
Charlie Marsh
|
bf5fec342c
|
Support shell expansion in extend paths (#1323)
|
2022-12-21 20:46:38 -05:00 |
|
Charlie Marsh
|
66a6c81ebf
|
Infer package roots when running via stdin (#1321)
|
2022-12-21 20:30:10 -05:00 |
|
Charlie Marsh
|
5c70f5044b
|
Improve debug logging in flake8-to-ruff (#1320)
|
2022-12-21 20:05:48 -05:00 |
|