File: ruff.toml

package info (click to toggle)
cinder 2%3A27.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,808 kB
  • sloc: python: 496,299; pascal: 2,230; sh: 394; makefile: 104; xml: 26
file content (5 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# hacking already covers E402 (and disagrees w/ ruff)
lint.ignore = ["E402"]

[lint.per-file-ignores]
"cinder/volume/drivers/fungible/swagger_api_client.py" = ["E501"]