From a77d28da9b3087f5490983f3c63f6388c97066a0 Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Tue, 19 Aug 2025 11:28:32 +0100 Subject: [PATCH] Create .snyk to remove test code --- .snyk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..fd6f4a91 --- /dev/null +++ b/.snyk @@ -0,0 +1,5 @@ +# Snyk (https://snyk.io) policy file +--- +exclude: + global: + - "test_*.py"