cinder/ruff.toml
Eric Harney 8f51bbbb30 Update ruff config
ruff 0.3.5 issues warnings for these, update to current form.

Change-Id: I2a69bda80dc142770d9551b3982808e28594fc25
2024-04-10 10:42:25 -04:00

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"]