mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-03 15:01:09 +08:00
20 lines
291 B
TOML
20 lines
291 B
TOML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
test_patterns = [
|
|
"tests/**",
|
|
"**/test_*.py"
|
|
]
|
|
version = 1
|
|
|
|
[[analyzers]]
|
|
enabled = true
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
|
|
[[analyzers]]
|
|
enabled = true
|
|
name = "test-coverage"
|