From 8aacd6b34f35a340b5fd77ec14bb6d1cb36ebd36 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 19 Feb 2021 13:43:50 +0100 Subject: [PATCH] chore: exclude B902 in flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 2dbbbc0..0da5a19 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -ignore = D101, D102, D103, D105, D107, D202, E402, W503 +ignore = D101, D102, D103, D105, D107, D202, E402, W503, B902 max-line-length = 99 inline-quotes = double exclude =