From d38ac6ca49e31e670d1bc9a47493fc7a16b3ceb3 Mon Sep 17 00:00:00 2001 From: ABaldwinHunter Date: Thu, 5 Nov 2015 13:55:21 -0500 Subject: [PATCH] update codeclimate.yml --- .codeclimate.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 27ac5769..0ece6662 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -2,7 +2,12 @@ engines: radon: enabled: true + config: + threshold: 'b' + pep8: + enabled: true ratings: paths: - "**.py" -exclude_paths: [] +exclude_paths: +- tests/**/*