ruff/crates/ruff_linter
Kar Petrosyan 2ff1afb15c
Add initial flake8-trio rule (#8439)
## Summary

This pull request adds
[flake8-trio](https://github.com/Zac-HD/flake8-trio) support to ruff,
which is a very useful plugin for trio users to avoid very common
mistakes.

Part of https://github.com/astral-sh/ruff/issues/8451.

## Test Plan

Traditional rule testing, as [described in the
documentation](https://docs.astral.sh/ruff/contributing/#rule-testing-fixtures-and-snapshots).
2023-11-03 01:05:12 +00:00
..
resources/test Add initial flake8-trio rule (#8439) 2023-11-03 01:05:12 +00:00
src Add initial flake8-trio rule (#8439) 2023-11-03 01:05:12 +00:00
Cargo.toml Update pyproject-toml to 0.8 (#8351) 2023-10-30 10:05:37 +00:00