From d3dfa5395bcd71d2b67e3f115297ae505afdb19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Engebr=C3=A5ten?= Date: Wed, 24 Apr 2024 10:01:02 +0200 Subject: [PATCH] fix: Add ignore to allow the use of slices --- functions/.flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/.flake8 b/functions/.flake8 index 76618dc5..4451dfc7 100644 --- a/functions/.flake8 +++ b/functions/.flake8 @@ -1,6 +1,7 @@ [flake8] max-complexity = 10 max-line-length = 120 +extend-ignore = E203,E701 exclude = .pytest_cache __pycache__/