Skip to content

Commit

Permalink
Updated codeclimate conf
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Oct 2, 2016
1 parent 827b029 commit 9357006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ engines:
enabled: true
config:
languages:
- python
- python
ratings:
paths:
- "**.py"
- "**.py"
exclude_paths:
- '**/tests/**'
Binary file removed docs/assets.sketch
Binary file not shown.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ testpaths = tests
python_files = test_*.py
addopts = --cov

[pep8]
ignore = E111,E121,E261
max-line-length = 120

0 comments on commit 9357006

Please sign in to comment.