2023-04-19 14:58:19 +00:00
|
|
|
# hacking already covers E402 (and disagrees w/ ruff)
|
2024-04-10 14:41:43 +00:00
|
|
|
lint.ignore = ["E402"]
|
2023-04-19 14:58:19 +00:00
|
|
|
|
2024-04-10 14:41:43 +00:00
|
|
|
[lint.per-file-ignores]
|
2023-04-19 14:58:19 +00:00
|
|
|
"cinder/volume/drivers/fungible/swagger_api_client.py" = ["E501"]
|