ruff/crates/ruff_linter
Charlie Marsh 06c248a126
[ruff] Ignore stub functions in unused-async (RUF029) (#11026)
## Summary

We should ignore methods that appear to be stubs, e.g.:

```python
async def foo() -> int: ...
```

Closes https://github.com/astral-sh/ruff/issues/11018.
2024-04-19 00:03:52 -04:00
..
resources [ruff] Ignore stub functions in unused-async (RUF029) (#11026) 2024-04-19 00:03:52 -04:00
src [ruff] Ignore stub functions in unused-async (RUF029) (#11026) 2024-04-19 00:03:52 -04:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to 0.4.0 (#11011) 2024-04-18 19:10:28 +00:00