qdegraaf

Results 6 comments of qdegraaf

I'm implementing PYI017

I'm implementing `PYI019`

Do we want to specify that this is only really relevant for nested if-loops? Or do we also want to suggest it for single loops like in the default example...

The rules defined in https://github.com/BasPH/pylint-airflow seem to cover all those cases plus a bit more. Would a port of that Pylint plugin be a good start?

Opened a PR to attempt to handle the first part of the solution. Would be interested in looking into the second part as well, but that will require some more...

`TRIO118` sounds like it is not needed in Ruff, similar to `TRIO106` The `TRIO2XX` rules are partially covered by the port of [flake8_async](https://github.com/astral-sh/ruff/tree/75c9be099f878c381c8734ecd7c1217c44d2b612/crates/ruff_linter/src/rules/flake8_async/rules). The recommended fixes in `flake8-trio` are TRIO...