mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 17:43:59 +08:00
19 lines
243 B
TOML
19 lines
243 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"tests/**",
|
|
"**/test_*.py",
|
|
"tests.py"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
type_checker = "mypy"
|
|
|
|
[[analyzers]]
|
|
name = "test-coverage"
|
|
enabled = true
|