8f51bbbb30
ruff 0.3.5 issues warnings for these, update to current form. Change-Id: I2a69bda80dc142770d9551b3982808e28594fc25
6 lines
168 B
TOML
6 lines
168 B
TOML
# hacking already covers E402 (and disagrees w/ ruff)
|
|
lint.ignore = ["E402"]
|
|
|
|
[lint.per-file-ignores]
|
|
"cinder/volume/drivers/fungible/swagger_api_client.py" = ["E501"]
|