[flake8-pyi] Implement PYI064 (#11325)

## Summary

Implements `Y064` from `flake8-pyi` and its autofix.

## Test Plan

`cargo test` / `cargo insta review`
This commit is contained in:
Tushar Sadhwani
2024-05-29 05:27:13 +05:30
committed by GitHub
parent 9a3b9f9fb5
commit e0169d8dea
11 changed files with 389 additions and 5 deletions

1
ruff.schema.json generated
View File

@@ -3580,6 +3580,7 @@
"PYI059",
"PYI06",
"PYI062",
"PYI064",
"Q",
"Q0",
"Q00",