[flake8-type-checking] Improve flexibility of runtime-evaluated-decorators (#15204)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
David Salvisberg
2024-12-31 17:28:10 +01:00
committed by GitHub
parent 7ca3f9515c
commit 1ef0f615f1
12 changed files with 192 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ is-macro = { workspace = true }
rustc-hash = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
smallvec = { workspace = true }
[dev-dependencies]
ruff_python_parser = { workspace = true }