4092805978
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
6 lines
158 B
TOML
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"]
|