diff --git a/.codeclimate.yml b/.codeclimate.yml index 2ff97b20..1b968f38 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,4 +6,5 @@ engines: enabled: true ratings: paths: - - "**.py" + - flask/**/* + - tests/**/*