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

9 lines
196 B
TOML

target-version = "py39"
# Skip anything in the auxil directory. This includes pysubnetree which
# should be handled separately.
exclude = ["auxil"]
[lint]
select = ["C4", "F", "I", "ISC", "UP"]