Jonathan Plasse
|
b8ae1e0e05
|
Add `pre-commit` in CI (#3707)
|
2023-03-24 17:20:13 -04:00 |
Dhruv Manilawala
|
63adf9f5e8
|
Allow aliased `logging` module as a logger candidate (#3718)
|
2023-03-24 17:19:09 -04:00 |
Micha Reiser
|
7af83460ce
|
Use unicode-width to determine line-length instead of character count (#3714)
|
2023-03-24 17:17:05 -04:00 |
Jonathan Plasse
|
dc4d7619ee
|
Add `Diagnostic.try_amend()` to simplify error handling (#3701)
|
2023-03-24 17:10:11 -04:00 |
Jonathan Plasse
|
1bac206995
|
Revert "Replace `logical_lines` feature with `debug_assertions` (#3648)" (#3708)
|
2023-03-23 23:42:56 -04:00 |
Jonathan Plasse
|
efc6e8cb39
|
Exempt `PLR1711` and `RET501` if non-`None` annotation (#3705)
|
2023-03-24 03:11:58 +00:00 |
Jonathan Plasse
|
7f3b748401
|
Fix Ruff pre-commit hook errors (#3706)
|
2023-03-23 22:52:24 -04:00 |
Jonathan Plasse
|
7da06b9741
|
Allow simple container literals as default values (#3703)
|
2023-03-23 22:51:36 -04:00 |
Charlie Marsh
|
0f95056f13
|
Avoid panics for implicitly concatenated forward references (#3700)
|
2023-03-23 19:13:50 -04:00 |
Charlie Marsh
|
028329854b
|
Avoid parsing f-strings in type annotations (#3699)
|
2023-03-23 18:51:44 -04:00 |
Charlie Marsh
|
ba43d6bd0b
|
Avoid parsing `ForwardRef` contents as type references (#3698)
|
2023-03-23 18:44:02 -04:00 |
Charlie Marsh
|
e8d17d23cb
|
Expand the scope of useless-expression (B018) (#3455)
|
2023-03-23 18:33:58 -04:00 |
Jonathan Plasse
|
aea925a898
|
Fix SIM118 auto-fix (#3695)
|
2023-03-23 17:14:56 -04:00 |
Charlie Marsh
|
f58345dee3
|
Bump version to v0.0.259 (#3691)
|
2023-03-23 14:52:42 -04:00 |
Charlie Marsh
|
71c0da27bb
|
Avoid nested loops in missing_whitespace (#3688)
|
2023-03-23 14:18:59 -04:00 |
Charlie Marsh
|
8a2d1a3029
|
Respect all rule-exemption sources when suppressing parser errors (#3665)
|
2023-03-23 13:36:48 -04:00 |
Micha Reiser
|
6161e56ea4
|
Fix RuleSet.remove (#3685)
|
2023-03-23 17:01:37 +00:00 |
Charlie Marsh
|
189c9d4683
|
Add dedicated structs for `BindingKind` variants (#3672)
|
2023-03-22 19:08:48 -04:00 |
Charlie Marsh
|
615887a7fe
|
Bump version to v0.0.258 (#3671)
|
2023-03-22 15:02:57 -04:00 |
Charlie Marsh
|
07808a58f2
|
Refactor out common exemption-parsing logic (#3670)
|
2023-03-22 15:02:07 -04:00 |
Ran Benita
|
fe568c08d2
|
isort: fix bad interaction between `force-sort-within-sections` and `force-to-top` (#3645)
|
2023-03-22 14:00:00 -04:00 |
Charlie Marsh
|
7741d43ae5
|
Allow `pairwise` diagnostics for `zip(..., strict=True)` (#3669)
|
2023-03-22 13:03:43 -04:00 |
Charlie Marsh
|
1b3e54231c
|
Flag, but don't fix, unused imports in `ModuleNotFoundError` blocks (#3658)
|
2023-03-22 13:03:30 -04:00 |
Charlie Marsh
|
3a8e98341b
|
Enable autofix for annotations within 'simple' string literals (#3657)
|
2023-03-22 12:45:51 -04:00 |
kyoto7250
|
8593739f88
|
Check indentation level when executing `E231` (#3668)
|
2023-03-22 12:32:00 -04:00 |
Charlie Marsh
|
242dd3dae1
|
Rename remaining `use-*` rules (#3661)
|
2023-03-22 11:36:01 -04:00 |
Charlie Marsh
|
875f61cb62
|
Rename `pathlib` rules to match updated naming convention (#3660)
|
2023-03-22 11:35:45 -04:00 |
Jonathan Plasse
|
3ec1ea8ac2
|
Add cargo-udeps in CI (#3646)
|
2023-03-22 15:53:12 +01:00 |
Charlie Marsh
|
1e45b13958
|
Remove linked issue from `flake8-django` (#3664)
|
2023-03-22 03:26:22 +00:00 |
Dhruv Manilawala
|
9e61956711
|
[`flake8-django`]: Implement rule DJ012 (#3659)
|
2023-03-22 03:07:58 +00:00 |
Jonathan Plasse
|
5eae3fbbfb
|
Avoid `RUF007` fixes for more than two arguments (#3654)
|
2023-03-21 22:17:31 +00:00 |
Colin Delahunty
|
41e38ffa98
|
[`flake8-bandit`]: Implement deny-list rules for suspicious member calls (#3239)
|
2023-03-21 15:11:52 -04:00 |
Charlie Marsh
|
27903cdb11
|
Replace `logical_lines` feature with `debug_assertions` (#3648)
|
2023-03-21 12:16:41 -04:00 |
Charlie Marsh
|
3b1709ba1e
|
Avoid attempting infinite open fix with re-bound builtin (#3650)
|
2023-03-21 15:32:31 +00:00 |
Dhruv Manilawala
|
33394e4a69
|
docs: all `flake8-comprehension` rules (#3631)
|
2023-03-21 14:28:19 +00:00 |
Charlie Marsh
|
7b9bdc494a
|
Consider same-site fixes to be overlapping (#3638)
|
2023-03-21 10:09:47 -04:00 |
James Greenhill
|
b06ca25421
|
Add PostHog to users of Ruff in README (#3641)
|
2023-03-21 10:05:35 -04:00 |
Jonathan Plasse
|
c42f8b93d2
|
Add Swatinem/rust-cache to benchmark-compare job (#3637)
|
2023-03-21 14:45:09 +01:00 |
Micha Reiser
|
f59a22b6e5
|
Remove unused dependencies (#3644)
|
2023-03-21 11:02:41 +01:00 |
Jonathan Plasse
|
b5edc6dfc9
|
Add autofix functionality for `F523` (#3613)
|
2023-03-21 03:55:23 +00:00 |
Charlie Marsh
|
626169e2ef
|
Avoid raising PEP 604 errors with forward-referenced members (#3640)
|
2023-03-20 23:49:41 -04:00 |
Charlie Marsh
|
e9f359ac5e
|
Convert single-argument %-style format calls (#3600)
|
2023-03-21 03:35:10 +00:00 |
Jacob Latonis
|
318c2c80e2
|
`pylint`: Implement `binary-op-exception` (`PLW0711`) (#3639)
|
2023-03-21 03:33:40 +00:00 |
Jonathan Plasse
|
92aa3a8178
|
Use language: system for Rust hooks (#3616)
|
2023-03-20 22:44:21 -04:00 |
Jonathan Plasse
|
22a4ab51f9
|
Handle `UP032` autofix with adjacent keywords (#3636)
|
2023-03-21 00:17:45 +00:00 |
Jonathan Plasse
|
f70a49ed8b
|
Add autofix for magic methods (`ANN204`) (#3633)
|
2023-03-20 19:19:20 -04:00 |
Charlie Marsh
|
f039bf36a2
|
Avoid trimming escaped whitespace in D210 (#3635)
|
2023-03-20 17:17:42 -04:00 |
Jonathan Plasse
|
169dd72328
|
Fix TRY300 false positive (#3634)
|
2023-03-20 20:55:28 +00:00 |
Jonathan Plasse
|
fd39ec4bdd
|
Merge Availability and AutofixKind (#3629)
|
2023-03-20 16:45:33 +00:00 |
Charlie Marsh
|
7c0f17279c
|
Flag PEP 585 and PEP 604 violations in quoted annotations (#3593)
|
2023-03-20 11:15:44 -04:00 |