Fix codeclimate

This commit is contained in:
leandrotoledo 2015-09-04 18:29:37 -03:00
parent bb84113272
commit 64cf9ed941

5
.codeclimate.yml Normal file
View file

@ -0,0 +1,5 @@
languages:
Python: true
exclude_paths:
- "telegram/emoji.py"
- "tests/*.py"