mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
3d00ae25df
Last edit :S
20 lines
277 B
YAML
20 lines
277 B
YAML
exclude_paths:
|
|
- "tests/*"
|
|
- "examples/*"
|
|
engines:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- python:
|
|
checks:
|
|
Similar code:
|
|
enabled: false
|
|
|
|
radon:
|
|
enabled: true
|
|
config:
|
|
threshold: "C"
|
|
ratings:
|
|
paths:
|
|
- "**.py"
|