zeek/auxil/broker/ruff.toml
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
439 B
TOML

target-version = "py39"
# The btest directories skipped below contain python code embedding in btest
# wrappers. Ruff complains about them not being real python files, so just
# exclude them.
exclude = ["auxil",
"bindings/python/3rdparty",
"tests/btest/handshake",
"tests/btest/endpoint",
"tests/btest/web-socket",
"tests/btest//store"]
[lint]
select = ["C4", "F", "I", "ISC", "UP"]