mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 15:59:48 -05:00
19 lines
244 B
TOML
19 lines
244 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"desktop/tests/**",
|
|
"cli/tests/**"
|
|
]
|
|
|
|
exclude_patterns = [
|
|
"snap/**",
|
|
"licenses/**",
|
|
"flatpak/**"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x" |