Browse Source

update codeclimate.yml

pull/1613/head
ABaldwinHunter 9 years ago
parent
commit
d38ac6ca49
  1. 7
      .codeclimate.yml

7
.codeclimate.yml

@ -2,7 +2,12 @@
engines: engines:
radon: radon:
enabled: true enabled: true
config:
threshold: 'b'
pep8:
enabled: true
ratings: ratings:
paths: paths:
- "**.py" - "**.py"
exclude_paths: [] exclude_paths:
- tests/**/*

Loading…
Cancel
Save