mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
20 lines
312 B
TOML
20 lines
312 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"]
|