cinder/ruff.toml
Eric Harney 4092805978 Experiment with ruff
The cool new Python linting tool.

"tox -e ruff" to check and
"tox -e ruff -- --fix" to auto-fix code.

This isn't approved in openstack/requirements at this time,
but developers might like trying it out.

Change-Id: I7d39f9043d607b174a53d804a57235a62bbfa6d8
2023-04-19 11:26:12 -04:00

6 lines
158 B
TOML

# hacking already covers E402 (and disagrees w/ ruff)
ignore = ["E402"]
[per-file-ignores]
"cinder/volume/drivers/fungible/swagger_api_client.py" = ["E501"]