mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
20 lines
355 B
TOML
20 lines
355 B
TOML
version = 1
|
|
|
|
test_patterns = ["tests/**"]
|
|
|
|
exclude_patterns = [
|
|
"tests/**",
|
|
"docs/**",
|
|
"setup.py",
|
|
"setup-raw.py"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
max_line_length = 99
|
|
skip_doc_coverage = ["module", "magic", "init", "nonpublic"]
|
|
cyclomatic_complexity_threshold = "high"
|