From e16e53c261dc068b780960c6e4a8a9f8de8fb181 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 14 Jul 2018 23:31:11 +0300 Subject: [PATCH] Ignore alembic in code climate --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index ad83e79a..e2fdfb75 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,3 +4,5 @@ engines: checks: python:S107: enabled: false +exclude_patterns: +- "alembic/"