File: ruff.toml

package info (click to toggle)
cockpit 337-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 36,232 kB
  • sloc: javascript: 47,090; python: 38,766; ansic: 35,470; xml: 6,048; sh: 3,413; makefile: 614
file content (7 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
extend = "../common/ruff.toml"

[lint]
ignore = [
    "B023",     # Function definition does not bind loop variable
    "PT",       # pytest rules do not apply as our integration tests use a custom unittest runner
]