mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
42eaa67fd5
Co-authored-by: tsnoam <tsnoam@gmail.com> Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com> Co-authored-by: Poolitzer <25934244+Poolitzer@users.noreply.github.com>
19 lines
312 B
TOML
19 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"]
|