From 21a8df7950b0ef6c1e00de2b59a422e76f2ad298 Mon Sep 17 00:00:00 2001 From: Chadwick Strange Date: Wed, 26 Feb 2020 10:58:52 +0100 Subject: [PATCH] Create .codacy.yml --- .codacy.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..e288c45 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,3 @@ +--- +exclude_paths: + - 'tests/**'