mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 17:43:59 +08:00
22 lines
340 B
TOML
22 lines
340 B
TOML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
test_patterns = [
|
|
"tests/**",
|
|
"**/test_*.py",
|
|
"tests.py"
|
|
]
|
|
version = 1
|
|
|
|
[[analyzers]]
|
|
enabled = true
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
type_checker = "mypy"
|
|
|
|
[[analyzers]]
|
|
enabled = true
|
|
name = "test-coverage"
|