mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
8 lines
196 B
TOML
8 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"]
|