Skip to content

Commit

Permalink
codeclimate: only use pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Weisshardt authored Mar 4, 2017
1 parent 27a8c8a commit 5ba5108
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
# duplication:
# enabled: true
# config:
# languages:
# - python
# fixme:
# enabled: true
pep8:
enabled: true
# radon:
# enabled: true
ratings:
paths:
- "**.py"
Expand Down

0 comments on commit 5ba5108

Please sign in to comment.