ruff/resources/test
Harutaka Kawamura eb1b5e5454
De-duplicate SIM102 (#2050)
The idea is the same as #1867. Avoids emitting `SIM102` twice for the following code:

```python
if a:
    if b:
        if c:
            d
```

```
resources/test/fixtures/flake8_simplify/SIM102.py:1:1: SIM102 Use a single `if` statement instead of nested `if` statements
resources/test/fixtures/flake8_simplify/SIM102.py:2:5: SIM102 Use a single `if` statement instead of nested `if` statements
```
2023-01-20 23:38:52 -05:00
..
fixtures De-duplicate SIM102 (#2050) 2023-01-20 23:38:52 -05:00
package Auto-detect same-package imports (#1266) 2022-12-16 21:19:11 -05:00
project Avoid parsing pyproject.toml files when settings are fixed (#1827) 2023-01-12 13:15:44 -05:00