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
|
cd2099f772
|
Move default options into WASM interface (#1453)
|
2022-12-29 18:06:57 -05:00 |
|
Edgar R. M
|
4888afd423
|
Generate JSON schema for Ruff options (#1329)
|
2022-12-24 14:10:22 -05:00 |
|
Charlie Marsh
|
e4d36bae57
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
Charlie Marsh
|
dc180dc277
|
Negate ignore_names condition
|
2022-12-14 22:50:26 -05:00 |
|
Charlie Marsh
|
6be910ae07
|
Use more precise ranges for function and class checks (#1247)
|
2022-12-14 22:40:00 -05:00 |
|
Charlie Marsh
|
a58b9b5063
|
Upgrade RustPython to support parenthesized context managers (#1228)
|
2022-12-13 10:16:43 -05:00 |
|
Edgar R. M
|
ea550abd3c
|
Implement flake8-import-conventions (#1098)
|
2022-12-06 16:01:17 -05:00 |
|
Reiner Gerecke
|
982ac6b0ad
|
Auto-generate options in README from field attributes (#1015)
|
2022-12-05 22:34:40 -05:00 |
|
Charlie Marsh
|
2e89cd8802
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
|
Charlie Marsh
|
9315b9f459
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
Anders Kaseorg
|
9a66cf2ffb
|
Fix clippy::uninlined_format_args (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
517ca2604a
|
Fix clippy::needless_pass_by_value (pedantic)
“this argument is passed by value, but not consumed in the function
body”
https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Charlie Marsh
|
70a53bf12b
|
Add unit tests for complexity check (#859)
|
2022-11-21 13:31:17 -05:00 |
|
Charlie Marsh
|
cd1e07f37c
|
Avoid incrementing McCabe complexity for class methods (#857)
|
2022-11-21 13:30:36 -05:00 |
|
Edgar R. M
|
f44fada446
|
Implement C901 (mccabe) (#765)
|
2022-11-17 17:40:50 -05:00 |
|