mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-08 19:34:12 +01:00
mistake in codeclimate
This commit is contained in:
parent
d75e0f6014
commit
6d7a61ae72
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
languages:
|
||||
Python: true
|
||||
exclude_paths:
|
||||
- "telegram/emoji.py"
|
||||
- "tests/*"
|
||||
- "examples/*
|
||||
engines:
|
||||
duplication:
|
||||
enabled: true
|
||||
|
@ -16,4 +14,4 @@ engines:
|
|||
radon:
|
||||
enabled: true
|
||||
config:
|
||||
threshold: "C"
|
||||
threshold: "C"
|
||||
|
|
Loading…
Reference in a new issue