Disable testing ruff_benchmark by default (#12678)

This commit is contained in:
Micha Reiser 2024-08-05 08:15:52 +02:00 committed by GitHub
parent 82e69ebf23
commit b647f3fba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ license = { workspace = true }
[lib]
bench = false
test = false
doctest = false
[[bench]]